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

Felix Yan felixonmars at archlinux.org
Thu May 21 06:40:07 UTC 2020


    Date: Thursday, May 21, 2020 @ 06:40:07
  Author: felixonmars
Revision: 631045

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 06:39:52 UTC (rev 631044)
+++ PKGBUILD	2020-05-21 06:40:07 UTC (rev 631045)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=peony
-pkgver=2.1.2
-pkgrel=2
-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=('c44727b5922de7abcc96e4d69a899e7a896ac4e0609b4e010a2e69706dc833aca63159dc6b2733aaf5f4695ae8e200da10facf68f4921ac5dfc9494a740b5afb')
-
-build() {
-  cd peony-$pkgver
-  qmake-qt5
-  make
-}
-
-package() {
-  cd peony-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 data/peony{,-computer,-home,-trash}.desktop -t "$pkgdir"/usr/share/applications/
-  install -Dm644 data/peony-desktop.desktop -t "$pkgdir"/etc/xdg/autostart/
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 631044, peony/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-21 06:40:07 UTC (rev 631045)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=peony
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony"
+depends=('gsettings-qt' 'kwindowsystem' '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=('bb248404eea19cd5cffee1bfdc92230c61f4e195dc12ba138aa5daae6b31a21ac5e21e97852bf2099207e54edb5ca331e735f7e164b68e51f99e7fb87b2ccadc')
+
+build() {
+  cd peony-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 data/peony{,-computer,-home,-trash}.desktop -t "$pkgdir"/usr/share/applications/
+  install -Dm644 data/peony-desktop.desktop -t "$pkgdir"/etc/xdg/autostart/
+}



More information about the arch-commits mailing list