mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/GConf: Updated for version 2.26.0
This commit is contained in:
parent
82a3389257
commit
41e5fce47e
3 changed files with 8 additions and 8 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue