[arch-commits] Commit in ukui-panel/repos (community-x86_64 community-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 31 12:09:58 UTC 2020


    Date: Friday, January 31, 2020 @ 12:09:58
  Author: felixonmars
Revision: 560734

archrelease: copy trunk to community-x86_64

Added:
  ukui-panel/repos/community-x86_64/
  ukui-panel/repos/community-x86_64/PKGBUILD
    (from rev 560733, ukui-panel/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: ukui-panel/repos/community-x86_64/PKGBUILD (from rev 560733, ukui-panel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-01-31 12:09:58 UTC (rev 560734)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-panel
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="Launcher and docking facility for UKUI"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-panel"
+groups=('ukui')
+depends=('dbus-glib' 'gtk3' 'libice' 'libsm' 'libwnck3' 'mate-desktop' 'ukui-menus')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-panel/archive/v$pkgver.tar.gz")
+sha512sums=('c86ab9d7891b4cc111f1e21ae0c588c9242c33b0c8957f731d0bccfb66549b7d121cdb981a4b371028d14d72fd4036cad040a0b2b40a9ccda6013882a71c9711')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list