summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/activity-log-manager/PKGBUILD33
-rw-r--r--community/activity-log-manager/config.vapi11
-rw-r--r--community/activity-log-manager/fix-crash.patch15
-rw-r--r--community/gtkspell3/PKGBUILD6
-rw-r--r--community/libaccounts-glib/PKGBUILD6
-rw-r--r--community/libsignon-glib/PKGBUILD6
-rw-r--r--community/qmc2/PKGBUILD28
-rw-r--r--community/signon-ui/PKGBUILD14
-rw-r--r--community/signon/PKGBUILD6
-rw-r--r--community/virtualbox-modules/PKGBUILD4
-rw-r--r--community/virtualbox-modules/virtualbox-guest-modules.install2
-rw-r--r--community/virtualbox-modules/virtualbox-host-modules.install2
12 files changed, 28 insertions, 105 deletions
diff --git a/community/activity-log-manager/PKGBUILD b/community/activity-log-manager/PKGBUILD
index 6b7fbaddb..e4a898185 100644
--- a/community/activity-log-manager/PKGBUILD
+++ b/community/activity-log-manager/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88673 2013-04-21 22:16:39Z heftig $
+# $Id: PKGBUILD 92682 2013-06-12 04:38:43Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Ner0
pkgname=activity-log-manager
-pkgver=0.9.4
-pkgrel=4
+pkgver=0.9.5
+pkgrel=1
pkgdesc="A graphical user interface which lets you easily control what gets logged by Zeitgeist"
arch=('i686' 'x86_64')
url="https://launchpad.net/activity-log-manager"
@@ -12,33 +12,19 @@ license=('GPL2')
depends=('gtk3' 'libgee06' 'libzeitgeist' 'zeitgeist' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('vala' 'intltool')
install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz
- http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20121021.tar.gz
- fix-crash.patch
- config.vapi)
-md5sums=('cf85aecdaa6c0188a53d659709e1f8cd'
- '6167df74ce44659aa94a89f31ff4d351'
- '1052dec3691826f01fa3d4fd84284ccc'
- 'fecc5ac50dfcd79c4c8d54599760d225')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
+ http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20121021.tar.gz)
+md5sums=('460b4439798badbf4ba4b76b31cc1d03'
+ '6167df74ce44659aa94a89f31ff4d351')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # Fix docdir location
- sed -i 's/almdocdir =.*/almdocdir = ${docdir}/' Makefile.{am,in}
-
- # Install updated language files
+ # Install language files
rename $pkgname- '' ../po/$pkgname-*.po
mv -f -t po ../po/*
printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
- # Fix crash with GTK+ 3.6
- # https://bugs.launchpad.net/activity-log-manager/+bug/1058037
- patch -Np1 -i "$srcdir/fix-crash.patch"
-
- # We need this file for build
- mv "$srcdir/config.vapi" "$srcdir/$pkgname-$pkgver/src"
-
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}
@@ -47,7 +33,4 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
-
- # We don't have Whoopsie on Arch Linux
- rm -r "$pkgdir/etc" "$pkgdir"/usr/share/{applications/activity-log-manager-ccpanel.desktop,dbus-1,gnome-control-center,polkit-1}
}
diff --git a/community/activity-log-manager/config.vapi b/community/activity-log-manager/config.vapi
deleted file mode 100644
index ee9823051..000000000
--- a/community/activity-log-manager/config.vapi
+++ /dev/null
@@ -1,11 +0,0 @@
-[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
-namespace Config {
- public const string GETTEXT_PACKAGE;
- public const string SPRITE_DIR;
- public const string BACKGROUND_DIR;
- public const string PACKAGE_DATA_DIR;
- public const string PACKAGE_LOCALE_DIR;
- public const string PACKAGE_NAME;
- public const string PACKAGE_VERSION;
- public const string VERSION;
-}
diff --git a/community/activity-log-manager/fix-crash.patch b/community/activity-log-manager/fix-crash.patch
deleted file mode 100644
index 92bb5683c..000000000
--- a/community/activity-log-manager/fix-crash.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur activity-log-manager-0.9.4.orig/src/alm.vala activity-log-manager-0.9.4/src/alm.vala
---- activity-log-manager-0.9.4.orig/src/alm.vala 2012-02-22 20:24:08.000000000 +0100
-+++ activity-log-manager-0.9.4/src/alm.vala 2012-11-01 09:33:15.466534392 +0100
-@@ -41,10 +41,7 @@
- static int main (string[] args)
- {
- Gtk.init (ref args);
-- var alm = new Gtk.Application ("org.zeitgeist.Alm",
-- ApplicationFlags.FLAGS_NONE);
-- var window = new Main ();
-- alm.add_window (window);
-+ new Main ();
-
- Gtk.main ();
- return 0;
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD
index e66c20ba3..9d761e88a 100644
--- a/community/gtkspell3/PKGBUILD
+++ b/community/gtkspell3/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 87235 2013-03-28 21:25:14Z bgyorgy $
+# $Id: PKGBUILD 92677 2013-06-12 04:09:55Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Ben <ben@benmazer.net>
pkgname=gtkspell3
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
url="http://gtkspell.sourceforge.net/"
pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
@@ -14,7 +14,7 @@ depends=('gtk3' 'enchant')
makedepends=('intltool' 'gobject-introspection' 'vala')
options=('!libtool')
source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('5db501ead123ffbe8aad7d5f76c44c71')
+md5sums=('58f68a0fe9007d9a3d6092b222689320')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD
index e289718d1..3a0fed574 100644
--- a/community/libaccounts-glib/PKGBUILD
+++ b/community/libaccounts-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 85006 2013-02-26 17:28:47Z bgyorgy $
+# $Id: PKGBUILD 92686 2013-06-12 04:53:53Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=libaccounts-glib
-pkgver=1.8
+pkgver=1.11
pkgrel=1
pkgdesc="Glib-based client library for accessing the online accounts database"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('dbus-glib' 'libxml2' 'sqlite3')
makedepends=('python2-gobject')
options=('!libtool')
source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0')
+sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/libsignon-glib/PKGBUILD b/community/libsignon-glib/PKGBUILD
index 11e80c101..d17506366 100644
--- a/community/libsignon-glib/PKGBUILD
+++ b/community/libsignon-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 84337 2013-02-16 20:27:53Z bgyorgy $
+# $Id: PKGBUILD 92688 2013-06-12 04:57:26Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=libsignon-glib
-pkgver=1.9
+pkgver=1.10
pkgrel=1
pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('signon')
makedepends=('python2-gobject')
options=('!libtool')
source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('09e0b8da14f4ea9450e33eb5f6808afeefdbbe03')
+sha1sums=('224f66c9662843705da4b35d781a50d6aeb8ca5f')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/qmc2/PKGBUILD b/community/qmc2/PKGBUILD
deleted file mode 100644
index 7760f385c..000000000
--- a/community/qmc2/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 82281 2013-01-14 09:21:45Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
-
-pkgname=qmc2
-pkgver=0.38
-pkgrel=1
-pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
-url="http://qmc2.arcadehits.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('qtwebkit' 'phonon' 'sdl')
-makedepends=('rsync' 'mesa')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2")
-md5sums=('075cd54c3f4eb306c4f8304dd08900c6')
-
-build() {
- cd "$srcdir/$pkgname"
- export CTIME=0
- make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make PREFIX=/usr DATADIR=/usr/share SYSCONFDIR=/etc QTDIR=/usr DESTDIR=$pkgdir install
- install -d $pkgdir/usr/share/{applications,pixmaps}
- install -D -m644 "$srcdir/qmc2/data/img/mame.png" "$pkgdir/usr/share/pixmaps"
-}
diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD
index 1d6befcfa..453349cd5 100644
--- a/community/signon-ui/PKGBUILD
+++ b/community/signon-ui/PKGBUILD
@@ -1,19 +1,16 @@
-# $Id: PKGBUILD 87395 2013-03-30 17:58:57Z bgyorgy $
+# $Id: PKGBUILD 92692 2013-06-12 05:09:15Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=signon-ui
-pkgver=0.14
-_pkgver=0.14+bzr85
+pkgver=0.15
pkgrel=1
pkgdesc="UI component that responsible for handling the user interactions which can happen during the login process of an online account"
arch=('i686' 'x86_64')
url="https://launchpad.net/online-accounts-signon-ui"
license=('GPL')
depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2
- Makefile)
-md5sums=('5857a1b9ed957a5de72863c3868049da'
- 'c73ecd27c76a9060862512b7678ae4f1')
+source=(https://launchpad.net/online-accounts-signon-ui/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('67ac8ce4cc85b69ec6ff67ae892fda90')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -22,9 +19,6 @@ build() {
echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro
echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro
- # Fix build
- cp "$srcdir/Makefile" po/Makefile
-
qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
make
}
diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD
index 4df065ba1..e6c081be6 100644
--- a/community/signon/PKGBUILD
+++ b/community/signon/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90876 2013-05-15 06:33:09Z bgyorgy $
+# $Id: PKGBUILD 92690 2013-06-12 05:04:06Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgbase=signon
pkgname=('signon' 'signon-doc')
-pkgver=8.51
+pkgver=8.52
pkgrel=1
pkgdesc="Framework to provide credential storage and authentication service"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ backup=(etc/signond.conf)
install=$pkgname.install
source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
use_keyring.patch)
-sha1sums=('5d62d9f2923381baf5cffbd112adf3ae935e6c65'
+sha1sums=('cebedffb219ee1d28d9dde0cafb8f978acf34d95'
'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
build() {
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index b03e92a2d..367179984 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91789 2013-05-27 20:00:36Z tpowa $
+# $Id: PKGBUILD 92703 2013-06-12 15:19:19Z alucryd $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
pkgver=4.2.12
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/virtualbox-modules/virtualbox-guest-modules.install b/community/virtualbox-modules/virtualbox-guest-modules.install
index 8706a7205..9348ea3c8 100644
--- a/community/virtualbox-modules/virtualbox-guest-modules.install
+++ b/community/virtualbox-modules/virtualbox-guest-modules.install
@@ -1,4 +1,4 @@
-VERSION='3.9.4-1-ARCH'
+VERSION='3.9.5-1-ARCH'
post_install() {
cat << EOF
diff --git a/community/virtualbox-modules/virtualbox-host-modules.install b/community/virtualbox-modules/virtualbox-host-modules.install
index c75dd089c..7043167f8 100644
--- a/community/virtualbox-modules/virtualbox-host-modules.install
+++ b/community/virtualbox-modules/virtualbox-host-modules.install
@@ -1,4 +1,4 @@
-VERSION='3.9.4-1-ARCH'
+VERSION='3.9.5-1-ARCH'
post_install() {
cat << EOF