[arch-commits] Commit in peony/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat May 2 04:23:17 UTC 2020
Date: Saturday, May 2, 2020 @ 04:23:17
Author: felixonmars
Revision: 624293
upgpkg: peony 2.1.2-2
Modified:
peony/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-02 03:02:58 UTC (rev 624292)
+++ PKGBUILD 2020-05-02 04:23:17 UTC (rev 624293)
@@ -2,7 +2,7 @@
pkgname=peony
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="file manager for the UKUI desktop"
arch=('x86_64')
license=('GPL')
@@ -15,7 +15,6 @@
build() {
cd peony-$pkgver
-
qmake-qt5
make
}
@@ -23,4 +22,7 @@
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