[arch-commits] Commit in billreminder/repos/community-any (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Tue Dec 4 00:26:40 UTC 2018


    Date: Tuesday, December 4, 2018 @ 00:26:37
  Author: maximbaz
Revision: 411031

archrelease: copy trunk to community-any

Added:
  billreminder/repos/community-any/PKGBUILD
    (from rev 411030, billreminder/trunk/PKGBUILD)
Deleted:
  billreminder/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 00:26:06 UTC (rev 411030)
+++ PKGBUILD	2018-12-04 00:26:37 UTC (rev 411031)
@@ -1,47 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinus.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-
-pkgname=billreminder
-pkgver=0.4.0
-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/"
-license=('GPL3')
-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)
-sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in billreminder.in billreminderd.in src/gui/widgets/*.py ; do
-    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
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: billreminder/repos/community-any/PKGBUILD (from rev 411030, billreminder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-04 00:26:37 UTC (rev 411031)
@@ -0,0 +1,47 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinus.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=billreminder
+pkgver=0.4.0
+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/"
+license=('GPL3')
+depends=('python2-dbus' 'desktop-file-utils' 'pygtk' 'python2-xdg'
+         'xdg-utils' 'python2-gconf' 'python2-sqlalchemy' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6a89584a1c90f661a7954a0c5c8bd392b8e2712d6cfd759fb6e588548ac8ff4e')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in billreminder.in billreminderd.in src/gui/widgets/*.py ; do
+    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
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list