diff options
Diffstat (limited to 'gnome/base/gconf/GConf.mkbuild')
-rw-r--r-- | gnome/base/gconf/GConf.mkbuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gnome/base/gconf/GConf.mkbuild b/gnome/base/gconf/GConf.mkbuild index 69578e8..ba06f09 100644 --- a/gnome/base/gconf/GConf.mkbuild +++ b/gnome/base/gconf/GConf.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/GConf/2.22/GConf-2.22.0.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/GConf/2.26/GConf-2.26.2.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -52,7 +52,7 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="glib: ORBit2" +[[SLACK REQUIRED]]="glib: ORBit2: PolicyKit" # # Decompress program @@ -150,11 +150,3 @@ gconf: gconf: gconf: #<slackdesc - -#p> - # Dowload source if necessary - SRC="[[SOURCE NAME CONSTRUCTION STRING]]" --URL="[[DOWNLOAD FOLDER URL]]/$SRC" -+SUB_VERSION=`echo $PKG_VERSION | sed 's/\(^[0-9]\+\.[0-9]\+\)\..*$/\1/'` -+URL="http://ftp.gnome.org/pub/gnome/sources/$PKG_NAME/$SUB_VERSION/$SRC" -#p< |