[arch-commits] Commit in peony/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 31 12:57:06 UTC 2021
Date: Monday, May 31, 2021 @ 12:57:05
Author: felixonmars
Revision: 952801
archrelease: copy trunk to community-x86_64
Added:
peony/repos/community-x86_64/PKGBUILD
(from rev 952800, peony/trunk/PKGBUILD)
Deleted:
peony/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-31 12:56:52 UTC (rev 952800)
+++ PKGBUILD 2021-05-31 12:57:05 UTC (rev 952801)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=peony
-pkgver=3.0.4
-pkgrel=3
-pkgdesc="File manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony"
-depends=('gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 'qt5-ukui-platformtheme' 'qt5-x11extras' 'udisks2')
-makedepends=('qt5-tools')
-groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz")
-sha512sums=('4d958548007a64fed522adbce2abb855c963c76b7ae5b22d107eecaf268eeee4f7eca40aea1a6019148853be622401b783304ca025b89b5307f5dfb2c007cc94')
-
-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 952800, peony/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-31 12:57:05 UTC (rev 952801)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=peony
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="File manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony"
+depends=('gsettings-qt' 'kwayland' 'kwindowsystem' 'libcanberra' 'libnotify' 'poppler-qt5'
+ 'qt5-ukui-platformtheme' 'qt5-x11extras' 'udisks2')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("https://github.com/ukui/peony/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b9760c22730a81a895f8aa54df1b780f46ba3a639ce4ddc919b30a87915467eb6def4babb2d6f05943c57f77cb230ba219f8177c7ec707a08c532c3b39b5cce9')
+
+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