diff options
Diffstat (limited to 'community/xfce4-session')
-rw-r--r-- | community/xfce4-session/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/community/xfce4-session/APKBUILD b/community/xfce4-session/APKBUILD index 4c5e29e486..c690938884 100644 --- a/community/xfce4-session/APKBUILD +++ b/community/xfce4-session/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-session -pkgver=4.13.2 +pkgver=4.13.3 pkgrel=0 pkgdesc="A session manager for Xfce" url="https://xfce.org/" @@ -10,14 +10,11 @@ license="GPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends="hicolor-icon-theme iceauth dbus-x11" makedepends="libxfce4ui-dev xfconf-dev libwnck-dev libice-dev xfce4-panel-dev libwnck3-dev dbus-glib-dev" -install= source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 busybox-shutdown.patch " build() { - cd "$builddir" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -31,12 +28,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install # tips doesnt work and i dont like them. # just remove to save space @@ -44,5 +39,5 @@ package() { "$pkgdir"/usr/bin/xfce4-tips } -sha512sums="cb1e63a3df9c4ac3efcb0cce20cb5528f9d1a46731ad4b32634ad5f4a53711f05b40d98464bfd562b4e3d42b2555827ece03e63c6a433e879fa0f0a4ccda6a57 xfce4-session-4.13.2.tar.bz2 +sha512sums="e6d0886ea0cd15e5cf39d0b2c54d445fd6225085f6a7a15d0690fb2ae76aae0f0348a305f3e3c9c7e1a9400307de61f48d07b7321e00e277f185cfacb2b14097 xfce4-session-4.13.3.tar.bz2 7eab25f534bd4746cf7b8ce8f9245818e47eb0ee73af443c3846dd6d0e3002dced0892142364ce53b688118eafb6d43bbaca8683f85f6103958671328473410c busybox-shutdown.patch" |