]> git.pld-linux.org Git - packages/vice.git/commitdiff
use gnome
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 Apr 2001 20:10:38 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vice.spec -> 1.3

vice.spec

index 1ee53f13a08e8a2aa1c91bcebbe82d44fa95e5ab..de4aed2276e750947cf24c3730a69c807ef91573 100644 (file)
--- a/vice.spec
+++ b/vice.spec
@@ -13,6 +13,7 @@ BuildRequires:        XFree86-devel
 BuildRequires: Xaw3d-devel
 BuildRequires: gettext-devel
 BuildRequires: readline-devel
+BuildRequires: gnome-libs-devel
 BuildRequires: SDL-devel >= 1.2.0
 BuildRequires: libpng-devel
 BuildRequires: esound-devel
@@ -43,14 +44,21 @@ VIC20, wszystkie modele PET (poza SuperPET 9000) oraz CBM-II (C610).
 %setup -q
 
 %build
+rm missing
 gettextize --copy --force
 aclocal
 autoconf
+autoheader
 automake -a -c
 %configure \
        --enable-autobpp \
-       --with-xaw3d \
-       --with-sdl      
+       --with-sdl \
+       --with-x \
+       --enable-fullscreen \
+       --without-xaw3d \
+       --enable-gnomeui \
+       --enable-nls \
+       --without-included-gettext
 %{__make}
 
 %install
This page took 0.105577 seconds and 4 git commands to generate.