diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-01 17:11:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-01 19:37:34 -0300 |
commit | b71cc454b2772d200b8d534e3e37f24036c9fdd6 (patch) | |
tree | e7781131beb676ae4a4cf4426b22832860dcb39f /community/xfce4-clipman-plugin | |
parent | 7e2632891a23b5b2b951fdd13f4ec7a6a4b0fd3d (diff) | |
download | aports-b71cc454b2772d200b8d534e3e37f24036c9fdd6.tar.bz2 aports-b71cc454b2772d200b8d534e3e37f24036c9fdd6.tar.xz |
community/xfce4-clipman-plugin: upgrade to 1.4.4
Diffstat (limited to 'community/xfce4-clipman-plugin')
-rw-r--r-- | community/xfce4-clipman-plugin/APKBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/community/xfce4-clipman-plugin/APKBUILD b/community/xfce4-clipman-plugin/APKBUILD index fc31f2907b..485c232f2e 100644 --- a/community/xfce4-clipman-plugin/APKBUILD +++ b/community/xfce4-clipman-plugin/APKBUILD @@ -1,21 +1,17 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-clipman-plugin -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=0 pkgdesc="Clipboard manager plugin for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" arch="all" license="GPL-2.0-or-later" -depends="" makedepends="libxfce4ui-dev xfce4-panel-dev libunique-dev libxtst-dev exo-dev" -install="" subpackages="$pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/${pkgver%.*}/xfce4-clipman-plugin-$pkgver.tar.bz2" -builddir="$srcdir"/xfce4-clipman-plugin-$pkgver build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,8 +21,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="28bc8e2be8dd3eac13a7988b68933ce84dd8cc756f0a19636cd5850d6e36714a73ad9650a28ebfc54d9ad3adb23c242abf89806124b4e00fe7d1701be1b52414 xfce4-clipman-plugin-1.4.3.tar.bz2" +sha512sums="4cb798faab4efdc7a5013cffd06ce527efbda4ba5b96063734d261a864f22075a2d6dd1f79a33c8bdfb39ceea8f89af3daac023aaed8a5a386c70604e8a77965 xfce4-clipman-plugin-1.4.4.tar.bz2" |