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

2020-09-26 Thread Felix Yan via arch-commits
Date: Saturday, September 26, 2020 @ 18:06:40
  Author: felixonmars
Revision: 712496

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 18:06:03 UTC (rev 712495)
+++ PKGBUILD2020-09-26 18:06:40 UTC (rev 712496)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="file manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony;
-depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
-makedepends=('qt5-tools')
-groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
-sha512sums=('75adcb2b0eb455c290cd81f24f48e2a6f564ee036c63bfea8d812997f38db99c21e6f32bf0ef2c8bdafe47a3a5e598306f42c3c6a26567dbd34eced5e563420f')
-
-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 712495, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 18:06:40 UTC (rev 712496)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony;
+depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
+sha512sums=('4d958548007a64fed522adbce2abb855c963c76b7ae5b22d107eecaf2684f7eca40aea1a6019148853be622401b783304ca025b89b5307f5dfb2c007cc94')
+
+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/
+}


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

2020-09-07 Thread Felix Yan via arch-commits
Date: Monday, September 7, 2020 @ 20:38:29
  Author: felixonmars
Revision: 700333

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-07 20:38:21 UTC (rev 700332)
+++ PKGBUILD2020-09-07 20:38:29 UTC (rev 700333)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="file manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony;
-depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
-makedepends=('qt5-tools')
-groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
-sha512sums=('7e3d4af9b945c6f88c131ffbe34e69814126ef89cc8fd8572245c506a3e3649ccc6c146dfb22c4fd492fd75ed6aa047cd25ac809141e308a47f280bb6aecea3b')
-
-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 700332, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-07 20:38:29 UTC (rev 700333)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony;
+depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
+sha512sums=('75adcb2b0eb455c290cd81f24f48e2a6f564ee036c63bfea8d812997f38db99c21e6f32bf0ef2c8bdafe47a3a5e598306f42c3c6a26567dbd34eced5e563420f')
+
+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/
+}


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

2020-08-18 Thread Felix Yan via arch-commits
Date: Tuesday, August 18, 2020 @ 12:58:31
  Author: felixonmars
Revision: 683907

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 12:58:11 UTC (rev 683906)
+++ PKGBUILD2020-08-18 12:58:31 UTC (rev 683907)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="file manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony;
-depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
-makedepends=('qt5-tools')
-groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
-sha512sums=('2134f1fd230be5616690c6c81292f9926462350509812c9ef7eb3152bf84abb108189054eef07adbaa7a1daede2629371a527faeebbf5721d085de249a770acc')
-
-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 683906, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 12:58:31 UTC (rev 683907)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony;
+depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
+sha512sums=('7e3d4af9b945c6f88c131ffbe34e69814126ef89cc8fd8572245c506a3e3649ccc6c146dfb22c4fd492fd75ed6aa047cd25ac809141e308a47f280bb6aecea3b')
+
+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/
+}


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

2020-08-10 Thread Felix Yan via arch-commits
Date: Monday, August 10, 2020 @ 06:53:29
  Author: felixonmars
Revision: 673424

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-10 06:53:20 UTC (rev 673423)
+++ PKGBUILD2020-08-10 06:53:29 UTC (rev 673424)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="file manager for the UKUI desktop"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/peony;
-depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
-makedepends=('qt5-tools')
-groups=('ukui')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
-sha512sums=('10d45e74b152b12dad029eddec5503da577294baa6c508b763342d25dce1add587b06c6c28caa681f83d59b0a54f56ac568b289294dc7cc94965bc66e1a93f19')
-
-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 673423, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-10 06:53:29 UTC (rev 673424)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="file manager for the UKUI desktop"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/peony;
+depends=('gtk2' 'gsettings-qt' 'kwindowsystem' 'libnotify' 'poppler-qt5' 
'qt5-x11extras' 'udisks2')
+makedepends=('qt5-tools')
+groups=('ukui')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/peony/archive/v$pkgver.tar.gz;)
+sha512sums=('2134f1fd230be5616690c6c81292f9926462350509812c9ef7eb3152bf84abb108189054eef07adbaa7a1daede2629371a527faeebbf5721d085de249a770acc')
+
+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/
+}


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

2020-05-21 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-05-21 06:39:52 UTC (rev 631044)
+++ PKGBUILD2020-05-21 06:40:07 UTC (rev 631045)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-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)
+++ PKGBUILD2020-05-21 06:40:07 UTC (rev 631045)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+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/
+}


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

2020-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 2, 2020 @ 04:23:27
  Author: felixonmars
Revision: 624294

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-02 04:23:17 UTC (rev 624293)
+++ PKGBUILD2020-05-02 04:23:27 UTC (rev 624294)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=2.1.2
-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=('c44727b5922de7abcc96e4d69a899e7a896ac4e0609b4e010a2e69706dc833aca63159dc6b2733aaf5f4695ae8e200da10facf68f4921ac5dfc9494a740b5afb')
-
-build() {
-  cd peony-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd peony-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 624293, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-02 04:23:27 UTC (rev 624294)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+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/
+}


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

2020-04-06 Thread Felix Yan via arch-commits
Date: Monday, April 6, 2020 @ 21:30:13
  Author: felixonmars
Revision: 612144

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-06 21:29:56 UTC (rev 612143)
+++ PKGBUILD2020-04-06 21:30:13 UTC (rev 612144)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=2.1.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=('fc21c47d2e4c97d059d0b5478cea11f939e15e1ef6b6385f9796d6f2a4720035bb490b9a2c6e7d5ab60b3ba0e2bcdc0c0faa2362460617d0e99e5d47ffb609d0')
-
-build() {
-  cd peony-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd peony-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 612143, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-06 21:30:13 UTC (rev 612144)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=2.1.2
+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=('c44727b5922de7abcc96e4d69a899e7a896ac4e0609b4e010a2e69706dc833aca63159dc6b2733aaf5f4695ae8e200da10facf68f4921ac5dfc9494a740b5afb')
+
+build() {
+  cd peony-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-03-30 Thread Felix Yan via arch-commits
Date: Monday, March 30, 2020 @ 15:07:08
  Author: felixonmars
Revision: 607011

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-30 15:06:51 UTC (rev 607010)
+++ PKGBUILD2020-03-30 15:07:08 UTC (rev 607011)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=peony
-pkgver=2.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' '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=('62448e43cafe2c3dbf734869e92e5cb80b8dce929f59be44ff4c11566b99797e0382054a8a82a5c7e83d14a3bfde6c655cabb47b9c0f22d1dacbb6ba20c22027')
-
-build() {
-  cd peony-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd peony-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 607010, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-30 15:07:08 UTC (rev 607011)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=2.1.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=('fc21c47d2e4c97d059d0b5478cea11f939e15e1ef6b6385f9796d6f2a4720035bb490b9a2c6e7d5ab60b3ba0e2bcdc0c0faa2362460617d0e99e5d47ffb609d0')
+
+build() {
+  cd peony-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-03-27 Thread Felix Yan via arch-commits
Date: Friday, March 27, 2020 @ 16:06:27
  Author: felixonmars
Revision: 605010

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 16:06:11 UTC (rev 605009)
+++ PKGBUILD2020-03-27 16:06:27 UTC (rev 605010)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-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=('b2a3729e446de027839ba895b66c1236a483ef96cd0481e809856cb8083d75faaadc304cdcac4243c59328baac07c73ce58bc3acf2dadcd315fbae1f6945')
-
-build() {
-  cd peony-$pkgver
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd peony-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 605009, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 16:06:27 UTC (rev 605010)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=peony
+pkgver=2.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' '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=('62448e43cafe2c3dbf734869e92e5cb80b8dce929f59be44ff4c11566b99797e0382054a8a82a5c7e83d14a3bfde6c655cabb47b9c0f22d1dacbb6ba20c22027')
+
+build() {
+  cd peony-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-02-20 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-02-20 08:51:46 UTC (rev 576991)
+++ PKGBUILD2020-02-20 08:51:54 UTC (rev 576992)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-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)
+++ PKGBUILD2020-02-20 08:51:54 UTC (rev 576992)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+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=('b2a3729e446de027839ba895b66c1236a483ef96cd0481e809856cb8083d75faaadc304cdcac4243c59328baac07c73ce58bc3acf2dadcd315fbae1f6945')
+
+build() {
+  cd peony-$pkgver
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd peony-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-10-04 Thread Felix Yan via arch-commits
Date: Friday, October 4, 2019 @ 06:25:01
  Author: felixonmars
Revision: 512670

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 06:24:58 UTC (rev 512669)
+++ PKGBUILD2019-10-04 06:25:01 UTC (rev 512670)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-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
-}

Copied: peony/repos/community-x86_64/PKGBUILD (from rev 512669, 
peony/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 06:25:01 UTC (rev 512670)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+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
+}


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

2019-01-20 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2019-01-20 12:40:47 UTC (rev 425120)
+++ PKGBUILD2019-01-20 12:40:59 UTC (rev 425121)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-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)
+++ PKGBUILD2019-01-20 12:40:59 UTC (rev 425121)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+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
+}