[arch-commits] Commit in uget/repos (6 files)

Balló György bgyorgy at archlinux.org
Tue May 24 12:05:31 UTC 2016


    Date: Tuesday, May 24, 2016 @ 14:05:30
  Author: bgyorgy
Revision: 176222

archrelease: copy trunk to community-i686, community-x86_64

Added:
  uget/repos/community-i686/PKGBUILD
    (from rev 176221, uget/trunk/PKGBUILD)
  uget/repos/community-x86_64/PKGBUILD
    (from rev 176221, uget/trunk/PKGBUILD)
Deleted:
  uget/repos/community-i686/PKGBUILD
  uget/repos/community-i686/uget.install
  uget/repos/community-x86_64/PKGBUILD
  uget/repos/community-x86_64/uget.install

-------------------------------+
 /PKGBUILD                     |   52 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   27 --------------------
 community-i686/uget.install   |   11 --------
 community-x86_64/PKGBUILD     |   27 --------------------
 community-x86_64/uget.install |   11 --------
 5 files changed, 52 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-24 12:05:21 UTC (rev 176221)
+++ community-i686/PKGBUILD	2016-05-24 12:05:30 UTC (rev 176222)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=uget
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="GTK+ download manager featuring download classification and HTML import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/"
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('2450b918ffa10a59db7a60870a6f531715d9e66f6f1d79bdcf1f2c5ee31d06f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-i686/PKGBUILD (from rev 176221, uget/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-24 12:05:30 UTC (rev 176222)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=uget
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML import"
+arch=('i686' 'x86_64')
+url="http://ugetdm.com/"
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('e5ccf61ed691d8921e2f1951b1cf8eb439b525868a0d0068932d4c478f632924')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/uget.install
===================================================================
--- community-i686/uget.install	2016-05-24 12:05:21 UTC (rev 176221)
+++ community-i686/uget.install	2016-05-24 12:05:30 UTC (rev 176222)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-24 12:05:21 UTC (rev 176221)
+++ community-x86_64/PKGBUILD	2016-05-24 12:05:30 UTC (rev 176222)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=uget
-pkgver=2.0.7
-pkgrel=1
-pkgdesc="GTK+ download manager featuring download classification and HTML import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/"
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('2450b918ffa10a59db7a60870a6f531715d9e66f6f1d79bdcf1f2c5ee31d06f0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-x86_64/PKGBUILD (from rev 176221, uget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-24 12:05:30 UTC (rev 176222)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=uget
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML import"
+arch=('i686' 'x86_64')
+url="http://ugetdm.com/"
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('e5ccf61ed691d8921e2f1951b1cf8eb439b525868a0d0068932d4c478f632924')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/uget.install
===================================================================
--- community-x86_64/uget.install	2016-05-24 12:05:21 UTC (rev 176221)
+++ community-x86_64/uget.install	2016-05-24 12:05:30 UTC (rev 176222)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list