[arch-commits] Commit in gebabbel/repos (10 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 16:22:07 UTC 2013


    Date: Tuesday, February 26, 2013 @ 17:22:07
  Author: andrea
Revision: 84976

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

Added:
  gebabbel/repos/community-staging-i686/
  gebabbel/repos/community-staging-i686/PKGBUILD
    (from rev 84975, gebabbel/trunk/PKGBUILD)
  gebabbel/repos/community-staging-i686/gebabbel-0.4.patch
    (from rev 84975, gebabbel/trunk/gebabbel-0.4.patch)
  gebabbel/repos/community-staging-i686/gebabbel.changelog
    (from rev 84975, gebabbel/trunk/gebabbel.changelog)
  gebabbel/repos/community-staging-i686/gebabbel.desktop
    (from rev 84975, gebabbel/trunk/gebabbel.desktop)
  gebabbel/repos/community-staging-x86_64/
  gebabbel/repos/community-staging-x86_64/PKGBUILD
    (from rev 84975, gebabbel/trunk/PKGBUILD)
  gebabbel/repos/community-staging-x86_64/gebabbel-0.4.patch
    (from rev 84975, gebabbel/trunk/gebabbel-0.4.patch)
  gebabbel/repos/community-staging-x86_64/gebabbel.changelog
    (from rev 84975, gebabbel/trunk/gebabbel.changelog)
  gebabbel/repos/community-staging-x86_64/gebabbel.desktop
    (from rev 84975, gebabbel/trunk/gebabbel.desktop)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   46 ++++++++++++++++++++++++++
 community-staging-i686/gebabbel-0.4.patch   |    7 +++
 community-staging-i686/gebabbel.changelog   |    3 +
 community-staging-i686/gebabbel.desktop     |    7 +++
 community-staging-x86_64/PKGBUILD           |   46 ++++++++++++++++++++++++++
 community-staging-x86_64/gebabbel-0.4.patch |    7 +++
 community-staging-x86_64/gebabbel.changelog |    3 +
 community-staging-x86_64/gebabbel.desktop   |    7 +++
 8 files changed, 126 insertions(+)

Copied: gebabbel/repos/community-staging-i686/PKGBUILD (from rev 84975, gebabbel/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: pfm <nl081130 at yahoo.de>
+
+pkgname=gebabbel
+pkgver=0.4
+pkgrel=6
+pkgdesc="GUI for gpsbabel"
+arch=('i686' 'x86_64')
+url="http://gebabbel.sourceforge.net/"
+license=('GPL2')
+depends=('qt4' 'gpsbabel')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz \
+        http://$pkgname.sourceforge.net/GebabbelLogo.png \
+        $pkgname.desktop \
+        $pkgname-$pkgver.patch)
+sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
+            'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
+            '0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
+            '9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
+
+build() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
+
+  qmake4
+  make
+}
+
+package() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
+    ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/GebabbelLogo.png \
+    ${pkgdir}/usr/share/pixmaps/$pkgname.png 
+  install -D -m644 ${srcdir}/$pkgname.desktop \
+    ${pkgdir}/usr/share/applications/$pkgname.desktop
+
+  #localization
+  install -d ${pkgdir}/usr/share/$pkgname/locale
+  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
+    ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
+}

Copied: gebabbel/repos/community-staging-i686/gebabbel-0.4.patch (from rev 84975, gebabbel/trunk/gebabbel-0.4.patch)
===================================================================
--- community-staging-i686/gebabbel-0.4.patch	                        (rev 0)
+++ community-staging-i686/gebabbel-0.4.patch	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,7 @@
+--- src/MyMainWindow.cpp	2007-09-18 22:26:49.000000000 +0200
++++ src/MyMainWindow.cpp	2011-01-30 13:23:02.000000000 +0100
+@@ -221,3 +221,3 @@
+ 		MainToolBar = addToolBar( tr( "Main Toolbar" ) );
+-		MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
++		MainToolBar->setIconSize( QSize( 16, 16 ) );
+ 		MainToolBar->setAllowedAreas( Qt::TopToolBarArea );

Copied: gebabbel/repos/community-staging-i686/gebabbel.changelog (from rev 84975, gebabbel/trunk/gebabbel.changelog)
===================================================================
--- community-staging-i686/gebabbel.changelog	                        (rev 0)
+++ community-staging-i686/gebabbel.changelog	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,3 @@
+2011-02-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gebabbel 0.4-4
+	* moved to [community] with 37 AUR votes

Copied: gebabbel/repos/community-staging-i686/gebabbel.desktop (from rev 84975, gebabbel/trunk/gebabbel.desktop)
===================================================================
--- community-staging-i686/gebabbel.desktop	                        (rev 0)
+++ community-staging-i686/gebabbel.desktop	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Gebabbel
+Exec=gebabbel
+Icon=gebabbel
+Type=Application
+Comment=GUI for gpsbabel
+Categories=Utility;Education;
\ No newline at end of file

Copied: gebabbel/repos/community-staging-x86_64/PKGBUILD (from rev 84975, gebabbel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: pfm <nl081130 at yahoo.de>
+
+pkgname=gebabbel
+pkgver=0.4
+pkgrel=6
+pkgdesc="GUI for gpsbabel"
+arch=('i686' 'x86_64')
+url="http://gebabbel.sourceforge.net/"
+license=('GPL2')
+depends=('qt4' 'gpsbabel')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/Gebabbel-$pkgver-Src.tar.gz \
+        http://$pkgname.sourceforge.net/GebabbelLogo.png \
+        $pkgname.desktop \
+        $pkgname-$pkgver.patch)
+sha256sums=('dcf3543412525959eaad755673fa65412077735fec400e6e62b1bd2c94ec1adf'
+            'ca576fb10d493e1e7a2f96e56420477a3580bfd13961a73f2c1802de14ac7b69'
+            '0b90c6443414bc85bb1abcf59d40529d29c4c1f464ef6293ebd6e3ea1aa7674f'
+            '9ec383ceb462aab1d6561bcbad506b9c75a64866a13aeecf67f64b71807f9493')
+
+build() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  patch -Np0 -i ${srcdir}/$pkgname-$pkgver.patch
+
+  qmake4
+  make
+}
+
+package() {
+  cd ${srcdir}/Gebabbel-$pkgver
+
+  install -D -m755 ${srcdir}/Gebabbel-$pkgver/bin/$pkgname \
+    ${pkgdir}/usr/bin/$pkgname
+  install -D -m644 ${srcdir}/GebabbelLogo.png \
+    ${pkgdir}/usr/share/pixmaps/$pkgname.png 
+  install -D -m644 ${srcdir}/$pkgname.desktop \
+    ${pkgdir}/usr/share/applications/$pkgname.desktop
+
+  #localization
+  install -d ${pkgdir}/usr/share/$pkgname/locale
+  install -t ${pkgdir}/usr/share/$pkgname/locale/ \
+    ${srcdir}/Gebabbel-$pkgver/binincludes/translations/*.qm
+}

Copied: gebabbel/repos/community-staging-x86_64/gebabbel-0.4.patch (from rev 84975, gebabbel/trunk/gebabbel-0.4.patch)
===================================================================
--- community-staging-x86_64/gebabbel-0.4.patch	                        (rev 0)
+++ community-staging-x86_64/gebabbel-0.4.patch	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,7 @@
+--- src/MyMainWindow.cpp	2007-09-18 22:26:49.000000000 +0200
++++ src/MyMainWindow.cpp	2011-01-30 13:23:02.000000000 +0100
+@@ -221,3 +221,3 @@
+ 		MainToolBar = addToolBar( tr( "Main Toolbar" ) );
+-		MainToolBar->setIconSize( QSize::QSize( 16, 16 ) );
++		MainToolBar->setIconSize( QSize( 16, 16 ) );
+ 		MainToolBar->setAllowedAreas( Qt::TopToolBarArea );

Copied: gebabbel/repos/community-staging-x86_64/gebabbel.changelog (from rev 84975, gebabbel/trunk/gebabbel.changelog)
===================================================================
--- community-staging-x86_64/gebabbel.changelog	                        (rev 0)
+++ community-staging-x86_64/gebabbel.changelog	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,3 @@
+2011-02-03 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gebabbel 0.4-4
+	* moved to [community] with 37 AUR votes

Copied: gebabbel/repos/community-staging-x86_64/gebabbel.desktop (from rev 84975, gebabbel/trunk/gebabbel.desktop)
===================================================================
--- community-staging-x86_64/gebabbel.desktop	                        (rev 0)
+++ community-staging-x86_64/gebabbel.desktop	2013-02-26 16:22:07 UTC (rev 84976)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Gebabbel
+Exec=gebabbel
+Icon=gebabbel
+Type=Application
+Comment=GUI for gpsbabel
+Categories=Utility;Education;
\ No newline at end of file




More information about the arch-commits mailing list