diff options
-rw-r--r-- | libraries/GConf/GConf.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/GConf/GConf.info | 2 | ||||
-rw-r--r-- | libraries/GConf/README | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/libraries/GConf/GConf.SlackBuild b/libraries/GConf/GConf.SlackBuild index e59619cdf05e..51912059afa4 100644 --- a/libraries/GConf/GConf.SlackBuild +++ b/libraries/GConf/GConf.SlackBuild @@ -91,4 +91,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/GConf/GConf.info b/libraries/GConf/GConf.info index a8d0a9718bd4..c58958356abd 100644 --- a/libraries/GConf/GConf.info +++ b/libraries/GConf/GConf.info @@ -2,7 +2,9 @@ PRGNAM="GConf" VERSION="2.26.0" HOMEPAGE="http://www.gnome.org/projects/gconf/" DOWNLOAD="ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-2.26.0.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="b010f0de356ea093c6a73778b13de956" +MD5SUM_x86_64="" MAINTAINER="grey" EMAIL="ginolovesyou@gmail.com" APPROVED="rworkman" diff --git a/libraries/GConf/README b/libraries/GConf/README index f8939c60fdf1..6b776e4360a8 100644 --- a/libraries/GConf/README +++ b/libraries/GConf/README @@ -1,8 +1,6 @@ -GConf is a configuration database system, functionally similar to the -Windows registry and annoying in the same manner. It's being written -for the GNOME desktop but does not require GNOME; configure should -notice if GNOME is not installed and compile the basic GConf library anyway. +GConf is a configuration database system, functionally similar to the Windows +registry and annoying in the same manner. It was written for the GNOME +desktop but does not require GNOME; configure should notice if GNOME is not +installed and compile the basic GConf library anyway. -Compilation on a clean Slackware 12.2 system additionally requires ORBit2 -to be installed first. A SlackBuild for ORBit2 is available from the -SlackBuilds.org repository. +This requires ORBit2. |