[arch-commits] Commit in conky-manager/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 15:59:57
  Author: felixonmars
Revision: 659068

upgpkg: conky-manager 2.4-4: reproducibility rebuild

Modified:
  conky-manager/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 15:59:51 UTC (rev 659067)
+++ PKGBUILD2020-07-07 15:59:57 UTC (rev 659068)
@@ -4,7 +4,7 @@
 pkgname=conky-manager
 pkgver=2.4
 _ubuntu=~136~ubuntu16.04.1
-pkgrel=3
+pkgrel=4
 pkgdesc="GUI for managing Conky config files with options to browse and edit 
themes"
 url="https://launchpad.net/conky-manager;
 arch=('x86_64')


[arch-commits] Commit in conky-manager/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 20:52:12
  Author: felixonmars
Revision: 404449

PIE/BUILDINFO rebuild

Modified:
  conky-manager/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 20:52:07 UTC (rev 404448)
+++ PKGBUILD2018-11-09 20:52:12 UTC (rev 404449)
@@ -4,7 +4,7 @@
 pkgname=conky-manager
 pkgver=2.4
 _ubuntu=~136~ubuntu16.04.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GUI for managing Conky config files with options to browse and edit 
themes"
 url="https://launchpad.net/conky-manager;
 arch=('x86_64')


[arch-commits] Commit in conky-manager/trunk (PKGBUILD conky-manager.install)

2016-05-05 Thread Levente Polyak
Date: Thursday, May 5, 2016 @ 22:47:15
  Author: anthraxx
Revision: 173866

upgpkg: conky-manager 2.4-2 (hooks rebuild)

Modified:
  conky-manager/trunk/PKGBUILD
Deleted:
  conky-manager/trunk/conky-manager.install

---+
 PKGBUILD  |9 -
 conky-manager.install |   11 ---
 2 files changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 19:59:58 UTC (rev 173865)
+++ PKGBUILD2016-05-05 20:47:15 UTC (rev 173866)
@@ -3,8 +3,8 @@
 
 pkgname=conky-manager
 pkgver=2.4
-_ubuntu=~136~ubuntu15.10.1
-pkgrel=1
+_ubuntu=~136~ubuntu16.04.1
+pkgrel=2
 pkgdesc="GUI for managing Conky config files with options to browse and edit 
themes"
 url="https://launchpad.net/conky-manager;
 arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@
 depends=('cairo' 'conky' 'desktop-file-utils' 'gtk3' 'imagemagick' 'json-glib' 
'libgee' 'p7zip' 'rsync')
 makedepends=('vala')
 options=('!emptydirs')
-install=conky-manager.install
-source=(${pkgname}-${pkgver}.tar.xz::https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}${_ubuntu}.tar.xz
+source=(${pkgname}-${pkgver}-${_ubuntu}.tar.xz::https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}${_ubuntu}.tar.xz
 makefile-roundup.patch)
-sha512sums=('f691f067d0a921f19bb83118e3c845845582f7caaa76db4458e02e3897e0bc40ac6d62fb84b05d9061f8381fca7ab8470843a7d7b25dacf95fb363def29789d2'
+sha512sums=('777ef3e627212f65b96e7bc5cf959912de9f6c2e03d4582d597cbf64b202a23f8311b6d56f57e411ff84df8e5600e2c5b1a7d15aa5dc6fd834beb4ff4bb493cb'
 
'3ce1bdcabfd9ee4713ed45a5d7b0dd913b69a0623f96c3aa4a49737ee685330aa7b4a9a369f7e4bd584e41d7eacbbaa9be6fff36db39186026c73bfb672ffc25')
 
 prepare() {

Deleted: conky-manager.install
===
--- conky-manager.install   2016-05-05 19:59:58 UTC (rev 173865)
+++ conky-manager.install   2016-05-05 20:47:15 UTC (rev 173866)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}