]> git.pld-linux.org Git - packages/icewm.git/blobdiff - icewm.spec
- merged with DEVEL
[packages/icewm.git] / icewm.spec
index 38cd8c8dc4cf26db5e0e6c80e773f7558aff9be0..21fe51f4861a66aee25ede6879ba398d12e11351 100644 (file)
@@ -1,12 +1,20 @@
 #
+# Conditional build:
+# _with_antialiasing - enable antialiasing
+# _with_gradients - enable gradients (implies _with_antialiasing)
+#
 # TODO:
 # - make a PLD-theme - default :]
 # - bigger menu-file
 #
 Summary:       IceWM X11 Window Manager
+Summary(es):   Administrador de Ventanas X11
 Summary(pl):   IceWM - mened¿er okienek X11
+Summary(pt_BR):        Gerenciador de Janelas X11
+Summary(ru):   ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
+Summary(uk):   ÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X11
 Name:          icewm
-Version:       1.2.0pre2
+Version:       1.2.0pre3
 Release:       1
 License:       LGPL
 Group:         X11/Window Managers
@@ -37,6 +45,14 @@ Windows'95, OS/2 Warp 3,4, Motif. Tries to take the best features of
 the above systems. Features multiple workspaces, opaque move/resize,
 task bar, window list, mailbox status, digital clock. Fast and small.
 
+%description -l es
+Administrador de Ventanas para el X Window. Puede emular la apariencia
+del Windows'95, OS/2 Warp 3 y 4 y el Motif. Intenta usar las mejores
+características de los sistemas citados. Características: varios
+ambientes de trabajo, movimiento/ redimensionamiento opaco, barra de
+tareas, lista de ventanas, estado de la caja de entrada del correo y
+reloj digital. Rápido y pequeño.
+
 %description -l pl
 Mened¿er okienek pod X11. Mo¿e emulowaæ wygl±d Windows'95, OS/2 Warp
 3,4, MWM. Mened¿er ten próbuje wybraæ najlepsze cechy dostêpne w
@@ -44,6 +60,28 @@ powy
 roboczych, paski narzêdziowe, status skrzynki z poczt±, cyfrowy zegar.
 Jest przy tym ma³y i szybki.
 
+%description -l pt_BR
+Gerenciador de Janelas para o X Window. Pode emular a aparência do
+Windows'95, OS/2 Warp 3 e 4 e o Motif. Tenta usar as melhores
+características dos sistemas citados. Características: vários
+ambientes de trabalho, movimentação/ redimensionamento opaco, barra de
+tarefas, lista de janelas, status da caixa de entrada do correio e
+relógio digital. É rápido e pequeno.
+
+%description -l ru
+ïËÏÎÎÙÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X Window System. íÏÖÅÔ ÜÍÕÌÉÒÏ×ÁÔØ ×ÎÅÛÎÉÊ ×ÉÄ
+Windows'95, OS/2 Warp 3,4, Motif. óÔÁÒÁÅÔÓÑ ×ÚÑÔØ ÌÕÞÛÅÅ ÉÚ ÕÐÏÍÑÎÕÔÙÈ
+ÓÉÓÔÅÍ. ðÏÄÄÅÒÖÉ×ÁÅÔ ÎÅÓËÏÌØËÏ ÒÁÂÏÞÉÈ ÐÏ×ÅÒÈÎÏÓÔÅÊ, ÎÅÐÒÏÚÒÁÞÎÏÅ
+ÐÅÒÅÍÅÝÅÎÉÅ ÏËÏÎ, ÐÏÌÏÓËÕ ÚÁÄÁÎÉÊ, ÓÐÉÓÏË ÏËÏÎ, ÓÔÁÔÕÓ ÐÏÞÔÏ×ÏÇÏ
+ÑÝÉËÁ, ÃÉÆÒÏ×ÙÅ ÞÁÓÙ. âÙÓÔÒÙÊ É ËÏÍÐÁËÔÎÙÊ.
+
+%description -l uk
+÷¦ËÏÎÎÉÊ ÍÅÎÅÄÖÅÒ ÄÌÑ X Window System. íÏÖÅ ÅÍÕÌÀ×ÁÔÉ ÚÏ×ΦÛΦʠ×ÉÇÌÑÄ
+Windows'95, OS/2 Warp 3,4, Motif. îÁÍÁÇÁ¤ÔØÓÑ ×ÚÑÔÉ ÎÁÊËÒÁÝÅ ¦Ú
+ÚÇÁÄÁÎÉÈ ÓÉÓÔÅÍ. ð¦ÄÔÒÉÍÕ¤ Ë¦ÌØËÁ ÒÏÂÏÞÉÈ ÐÌÏÝÉÎ, ÎÅÐÒÏÚÏÒÅ
+ÐÅÒÅͦÝÅÎÎѠצËÏÎ, ÓÍÕÖËÕ ÚÁ×ÄÁÎØ, ÓÐÉÓÏˠצËÏÎ, ÓÔÁΠÐÏÛÔÏ×ϧ
+ÓËÒÉÎØËÉ, ÃÉÆÒÏ×ÉÊ ÇÏÄÉÎÎÉË. û×ÉÄËÉÊ ÔÁ ËÏÍÐÁËÔÎÉÊ.
+
 %package themes-base
 Summary:       Pack of themes for IceWM
 Summary(pl):   Zestaw tematów dla IceWM-a
@@ -68,14 +106,15 @@ tar -xzf %{SOURCE7}
 cd ../..
 
 %build
-export LDFLAGS
 %configure \
        --with-docdir=%{_docdir} \
        --enable-i18n \
        --enable-guievents \
        --enable-xfreetype \
        --with-gnome-menus \
-       --with-imlib
+       --with-imlib \
+       %{?_with_antialiasing:--enable-antialiasing} \
+       %{?_with_gradients:--enable-gradients}
 %{__make}
 
 %install
This page took 0.031501 seconds and 4 git commands to generate.