[arch-commits] Commit in tasque/repos/community-any (4 files)

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 15:24:43 UTC 2014


    Date: Friday, July 4, 2014 @ 17:24:43
  Author: fyan
Revision: 114891

archrelease: copy trunk to community-any

Added:
  tasque/repos/community-any/PKGBUILD
    (from rev 114890, tasque/trunk/PKGBUILD)
  tasque/repos/community-any/tasque.install
    (from rev 114890, tasque/trunk/tasque.install)
Deleted:
  tasque/repos/community-any/PKGBUILD
  tasque/repos/community-any/tasque.install

----------------+
 PKGBUILD       |   58 ++++++++++++++++++++++++++-----------------------------
 tasque.install |   22 ++++++++++----------
 2 files changed, 39 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 15:24:23 UTC (rev 114890)
+++ PKGBUILD	2014-07-04 15:24:43 UTC (rev 114891)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=tasque
-pkgver=0.1.12
-pkgrel=1
-pkgdesc="Easy quick task management app written in C Sharp"
-arch=('any')
-url="http://live.gnome.org/Tasque"
-license=('MIT')
-depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-appindicator
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: tasque/repos/community-any/PKGBUILD (from rev 114890, tasque/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-04 15:24:43 UTC (rev 114891)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=tasque
+pkgver=0.1.12
+pkgrel=2
+pkgdesc="Easy quick task management app written in C Sharp"
+arch=('any')
+url="https://wiki.gnome.org/Apps/Tasque"
+license=('MIT')
+depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-appindicator
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: tasque.install
===================================================================
--- tasque.install	2014-07-04 15:24:23 UTC (rev 114890)
+++ tasque.install	2014-07-04 15:24:43 UTC (rev 114891)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: tasque/repos/community-any/tasque.install (from rev 114890, tasque/trunk/tasque.install)
===================================================================
--- tasque.install	                        (rev 0)
+++ tasque.install	2014-07-04 15:24:43 UTC (rev 114891)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list