Date: Thursday, February 20, 2020 @ 08:51:54
  Author: felixonmars
Revision: 576992

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-20 08:51:46 UTC (rev 576991)
+++ PKGBUILD    2020-02-20 08:51:54 UTC (rev 576992)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=peony
-pkgver=1.1.6
-pkgrel=1
-pkgdesc="file manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony";
-depends=('atril' 'gtksourceview3' 'mate-desktop' 'libnotify' 'libsm' 'udisks2' 
'webkit2gtk')
-makedepends=('gobject-introspection' 'mate-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz";)
-sha512sums=('8142787069be5fa6bb232df501703ca2fbaac2826a1ee60716dd1e7c98bcefd170f87bac291e90737b229c6c1432b1a5feb04cbdceb01c878177a95e27ac1f6f')
-
-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
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 576991, 
peony/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-20 08:51:54 UTC (rev 576992)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=peony
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony";
+depends=('gsettings-qt' 'poppler-qt5' 'qt5-x11extras')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz";)
+sha512sums=('b2a3729e446de027839ba895b66c1236a483ef96cd0481e809856cb8083d75faa0000adc304cdcac4243c59328baac07c73ce58bc3acf2dadcd315fbae1f6945')
+
+build() {
+  cd peony-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Reply via email to