diff options
Diffstat (limited to 'gnome-backgrounds/Pkgfile')
-rw-r--r-- | gnome-backgrounds/Pkgfile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnome-backgrounds/Pkgfile b/gnome-backgrounds/Pkgfile index c54d864..44f7b8e 100644 --- a/gnome-backgrounds/Pkgfile +++ b/gnome-backgrounds/Pkgfile @@ -6,17 +6,13 @@ # Run on: name=gnome-backgrounds -version=3.3.3 +version=3.3.91 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz \ - nutyx-attapu.jpg) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install - mkdir -p $PKG/usr/share/pixmaps/backgrounds/nutyx - cp ../nutyx-attapu.jpg \ - $PKG/usr/share/pixmaps/backgrounds/nutyx/attapu.jpg } |