summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgdm/Pkgfile2
-rwxr-xr-xlibrsvg/Pkgfile7
2 files changed, 4 insertions, 5 deletions
diff --git a/gdm/Pkgfile b/gdm/Pkgfile
index ef4d358..b31a7f4 100755
--- a/gdm/Pkgfile
+++ b/gdm/Pkgfile
@@ -24,7 +24,7 @@ build() {
# patch -p1 -i ../default_session.patch
patch -p1 -i ../switch_user.patch
patch -p1 -i ../time_display_on_greeter.patch
- autoreconf -if
+# autoreconf -if
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
diff --git a/librsvg/Pkgfile b/librsvg/Pkgfile
index b6888ca..8188060 100755
--- a/librsvg/Pkgfile
+++ b/librsvg/Pkgfile
@@ -13,15 +13,14 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio
build() {
cd $name-$version
./configure --prefix=/usr \
- --enable-gtk-theme \
+ --enable-gtk-theme \
--disable-static \
- --disable-mozilla-plugin \
- --enable-pixbuf-loader \
+ --enable-pixbuf-loader \
--with-croco \
--disable-static \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --disable-gtk-doc
+ --disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc