diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/gebabbel |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/gebabbel')
-rw-r--r-- | community/gebabbel/PKGBUILD | 46 | ||||
-rw-r--r-- | community/gebabbel/gebabbel-0.4.patch | 7 | ||||
-rw-r--r-- | community/gebabbel/gebabbel.changelog | 3 | ||||
-rw-r--r-- | community/gebabbel/gebabbel.desktop | 7 |
4 files changed, 63 insertions, 0 deletions
diff --git a/community/gebabbel/PKGBUILD b/community/gebabbel/PKGBUILD new file mode 100644 index 000000000..76a1a7e8f --- /dev/null +++ b/community/gebabbel/PKGBUILD @@ -0,0 +1,46 @@ +# $Id: PKGBUILD 38898 2011-02-02 23:26:37Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: pfm <nl081130@yahoo.de> + +pkgname=gebabbel +pkgver=0.4 +pkgrel=4 +pkgdesc="GUI for gpsbabel" +arch=('i686' 'x86_64') +url="http://gebabbel.sourceforge.net/" +license=('GPL2') +depends=('qt' '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 + + qmake + 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 +} diff --git a/community/gebabbel/gebabbel-0.4.patch b/community/gebabbel/gebabbel-0.4.patch new file mode 100644 index 000000000..e604e5a5c --- /dev/null +++ b/community/gebabbel/gebabbel-0.4.patch @@ -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 ); diff --git a/community/gebabbel/gebabbel.changelog b/community/gebabbel/gebabbel.changelog new file mode 100644 index 000000000..a4d1f2369 --- /dev/null +++ b/community/gebabbel/gebabbel.changelog @@ -0,0 +1,3 @@ +2011-02-03 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * gebabbel 0.4-4 + * moved to [community] with 37 AUR votes diff --git a/community/gebabbel/gebabbel.desktop b/community/gebabbel/gebabbel.desktop new file mode 100644 index 000000000..027b52a83 --- /dev/null +++ b/community/gebabbel/gebabbel.desktop @@ -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 |