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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Sep 13 09:42:05 UTC 2014


    Date: Saturday, September 13, 2014 @ 11:42:05
  Author: bpiotrowski
Revision: 118899

upgpkg: gnome-schedule 2.2.2-2

fix wrong mtime of pyc/pyo files

Modified:
  gnome-schedule/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-13 08:38:25 UTC (rev 118898)
+++ PKGBUILD	2014-09-13 09:42:05 UTC (rev 118899)
@@ -6,7 +6,7 @@
 
 pkgname=gnome-schedule
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Graphical interface to crontab and at for GNOME"
 arch=('any')
 url="http://gnome-schedule.sourceforge.net/"
@@ -19,7 +19,6 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
@@ -26,6 +25,6 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir/" install
+  python2 -m compileall "$pkgdir"/usr/share/gnome-schedule/
 }




More information about the arch-commits mailing list