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

Felix Yan felixonmars at archlinux.org
Sun Jan 20 12:40:59 UTC 2019


    Date: Sunday, January 20, 2019 @ 12:40:59
  Author: felixonmars
Revision: 425121

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 12:40:47 UTC (rev 425120)
+++ PKGBUILD	2019-01-20 12:40:59 UTC (rev 425121)
@@ -1,29 +0,0 @@
-# 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
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 425120, peony/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-20 12:40:59 UTC (rev 425121)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=peony
+pkgver=1.1.5
+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=('2cead31ac82b38f34fc5c3ae2b75dc32431864726d4a15e99a6122c43cd6678441d4656c97da436ebf571a456811c46c3de85bf2e2de4e16568337e30872bf37')
+
+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