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

2018-12-03 Thread Maxim Baz via arch-commits
Date: Tuesday, December 4, 2018 @ 00:26:06
  Author: maximbaz
Revision: 411030

billreminder: use https sources

Modified:
  billreminder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-04 00:25:01 UTC (rev 411029)
+++ PKGBUILD2018-12-04 00:26:06 UTC (rev 411030)
@@ -13,7 +13,7 @@
 depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg'
  'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e')
 
 prepare() {


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:25:46
  Author: felixonmars
Revision: 404964

PIE/BUILDINFO rebuild

Modified:
  billreminder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:25:43 UTC (rev 404963)
+++ PKGBUILD2018-11-09 22:25:46 UTC (rev 404964)
@@ -5,7 +5,7 @@
 
 pkgname=billreminder
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Small and quick accounting application designed to allow for easy 
tracking of bills"
 arch=('any')
 url="http://ftp.acc.umu.se/pub/GNOME/sources/billreminder/;


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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 15:17:27
  Author: jlichtblau
Revision: 172718

upgpkg: billreminder 0.4.0-7 pacman hooks part 1 rebuild

Modified:
  billreminder/trunk/PKGBUILD
Deleted:
  billreminder/trunk/billreminder.install

--+
 PKGBUILD |7 +++
 billreminder.install |   15 ---
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 12:59:16 UTC (rev 172717)
+++ PKGBUILD2016-04-29 13:17:27 UTC (rev 172718)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 # Contributor: Daniel J Griffiths 
 # Contributor: Hugo Doria 
@@ -6,15 +6,14 @@
 
 pkgname=billreminder
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Small and quick accounting application designed to allow for easy 
tracking of bills"
 arch=('any')
-url="http://billreminder.gnulinuxbrasil.org/;
+url="http://ftp.acc.umu.se/pub/GNOME/sources/billreminder/;
 license=('GPL3')
 depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg'
  'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e')
 

Deleted: billreminder.install
===
--- billreminder.install2016-04-29 12:59:16 UTC (rev 172717)
+++ billreminder.install2016-04-29 13:17:27 UTC (rev 172718)
@@ -1,15 +0,0 @@
-post_install() {
-  gconfpkg --install billreminder
-
-  update-desktop-database -q
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}
-
-pre_remove() {
-  gconfpkg --uninstall billreminder
-}
-
-post_remove() {
-  update-desktop-database -q
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource 
forceupdate || true
-}


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

2014-01-11 Thread Balló György
Date: Saturday, January 11, 2014 @ 11:18:25
  Author: bgyorgy
Revision: 103746

upgpkg: billreminder 0.4.0-6

Remove unneeded python2-pysqlite dependency

Modified:
  billreminder/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-11 10:18:19 UTC (rev 103745)
+++ PKGBUILD2014-01-11 10:18:25 UTC (rev 103746)
@@ -6,12 +6,12 @@
 
 pkgname=billreminder
 pkgver=0.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Small and quick accounting application designed to allow for easy 
tracking of bills
 arch=('any')
 url=http://billreminder.gnulinuxbrasil.org/;
 license=('GPL3')
-depends=('python2-pysqlite' 'python2-dbus' 'desktop-file-utils' 'pygtk' 
'python2-xdg'
+depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg'
  'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme')
 makedepends=('intltool')
 install=$pkgname.install
@@ -18,7 +18,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   # python2 fix
@@ -26,9 +26,17 @@
 sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
   done
 
+  # fix python version check
+  sed -i 's/x$PYTHON_VERSION = x2.5/x$PYTHON_VERSION  x2.4/' configure
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
+--disable-schemas-install \
 --with-gconf-schema-file-dir=/usr/share/gconf/schemas
 
   make



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

2013-05-26 Thread Evangelos Foutras
Date: Monday, May 27, 2013 @ 01:46:18
  Author: foutrelis
Revision: 91741

upgpkg: billreminder 0.4.0-5

Drop python2-distribute from deps; not needed.

Modified:
  billreminder/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-26 22:11:46 UTC (rev 91740)
+++ PKGBUILD2013-05-26 23:46:18 UTC (rev 91741)
@@ -6,12 +6,12 @@
 
 pkgname=billreminder
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Small and quick accounting application designed to allow for easy 
tracking of bills
 arch=('any')
 url=http://billreminder.gnulinuxbrasil.org/;
 license=('GPL3')
-depends=('python2-pysqlite' 'python2-dbus' 'python2-distribute' 
'desktop-file-utils' 'pygtk' 'python2-xdg'
+depends=('python2-pysqlite' 'python2-dbus' 'desktop-file-utils' 'pygtk' 
'python2-xdg'
  'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme')
 makedepends=('intltool')
 install=$pkgname.install