[arch-commits] Commit in gendesk/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Sun Aug 2 17:55:26 UTC 2015


    Date: Sunday, August 2, 2015 @ 19:55:25
  Author: arodseth
Revision: 137744

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

Added:
  gendesk/repos/community-i686/PKGBUILD
    (from rev 137743, gendesk/trunk/PKGBUILD)
  gendesk/repos/community-x86_64/PKGBUILD
    (from rev 137743, gendesk/trunk/PKGBUILD)
Deleted:
  gendesk/repos/community-i686/PKGBUILD
  gendesk/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-02 17:55:13 UTC (rev 137743)
+++ community-i686/PKGBUILD	2015-08-02 17:55:25 UTC (rev 137744)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=gendesk
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go' 'git' 'mercurial')
-depends=('glibc')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
-        'http://roboticoverlords.org/images/default.png')
-sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
-            '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-prepare() {
-  export GOPATH="$srcdir"
-  go get code.google.com/p/goconf/conf
-  go get github.com/xyproto/textgui
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  GOPATH="$srcdir" go build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-i686/PKGBUILD (from rev 137743, gendesk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-02 17:55:25 UTC (rev 137744)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=gendesk
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Utility for generating desktop files'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go' 'git' 'mercurial')
+depends=('glibc')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
+        'http://roboticoverlords.org/images/default.png')
+sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
+            '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+prepare() {
+  export GOPATH="$srcdir"
+  go get code.google.com/p/goconf/conf
+  go get github.com/xyproto/textgui
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  GOPATH="$srcdir" go build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-02 17:55:13 UTC (rev 137743)
+++ community-x86_64/PKGBUILD	2015-08-02 17:55:25 UTC (rev 137744)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=gendesk
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Utility to generate .desktop files and download icons'
-arch=('x86_64' 'i686')
-url='http://roboticoverlords.org/gendesk/'
-license=('MIT')
-makedepends=('go' 'git' 'mercurial')
-depends=('glibc')
-source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
-        'http://roboticoverlords.org/images/default.png')
-sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
-            '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
-
-prepare() {
-  export GOPATH="$srcdir"
-  go get code.google.com/p/goconf/conf
-  go get github.com/xyproto/textgui
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  GOPATH="$srcdir" go build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
-  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gendesk/repos/community-x86_64/PKGBUILD (from rev 137743, gendesk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-02 17:55:25 UTC (rev 137744)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+
+pkgname=gendesk
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Utility for generating desktop files'
+arch=('x86_64' 'i686')
+url='http://roboticoverlords.org/gendesk/'
+license=('MIT')
+makedepends=('go' 'git' 'mercurial')
+depends=('glibc')
+source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
+        'http://roboticoverlords.org/images/default.png')
+sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
+            '4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
+
+prepare() {
+  export GOPATH="$srcdir"
+  go get code.google.com/p/goconf/conf
+  go get github.com/xyproto/textgui
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  GOPATH="$srcdir" go build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list