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

Felix Yan felixonmars at archlinux.org
Tue Nov 13 11:35:56 UTC 2018


    Date: Tuesday, November 13, 2018 @ 11:35:56
  Author: felixonmars
Revision: 406492

archrelease: copy trunk to community-x86_64

Added:
  peony/repos/community-x86_64/
  peony/repos/community-x86_64/PKGBUILD
    (from rev 406491, peony/trunk/PKGBUILD)

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

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 406491, peony/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-11-13 11:35:56 UTC (rev 406492)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=peony
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony"
+depends=('mate-desktop' 'libnotify' 'libsm')
+makedepends=('gobject-introspection' 'mate-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz")
+sha512sums=('ea6b4d533f79df1f6413af6d02c8ec9dccf7b0bea527568a336e0bef447522c833ab52fd429113bfd83652d3d0b066360c42b8f018253f83a73e5da7940c8d4a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-introspection --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list