From bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 31 Mar 2013 00:42:46 -0700 Subject: Sun Mar 31 00:42:46 PDT 2013 --- community/bbswitch/PKGBUILD | 32 ---------- community/bbswitch/bbswitch.install | 12 ---- community/credentials-preferences/PKGBUILD | 18 +++--- community/deja-dup/PKGBUILD | 25 ++++---- community/deja-dup/libsecret-1.vapi | 79 ++++++++++++++++++++++++ community/deja-dup/new-u1backend-support.patch | 50 --------------- community/deja-dup/update-u1-pythonchecker.patch | 13 ---- community/dwb/PKGBUILD | 10 +-- community/dwb/dwb.install | 2 + community/emerillon/PKGBUILD | 29 +++++++++ community/emerillon/emerillon.install | 11 ++++ community/goobox/PKGBUILD | 23 +++---- community/goobox/fix-notifications.patch | 25 -------- community/libcoverart/PKGBUILD | 29 +++++++++ community/libcryptui/PKGBUILD | 8 +-- community/seahorse-nautilus/PKGBUILD | 7 +-- community/signon-ui/PKGBUILD | 17 ++--- community/signon/PKGBUILD | 13 ++-- community/stunnel/PKGBUILD | 8 +-- community/upx/PKGBUILD | 4 +- 20 files changed, 216 insertions(+), 199 deletions(-) delete mode 100644 community/bbswitch/PKGBUILD delete mode 100644 community/bbswitch/bbswitch.install create mode 100644 community/deja-dup/libsecret-1.vapi delete mode 100644 community/deja-dup/new-u1backend-support.patch delete mode 100644 community/deja-dup/update-u1-pythonchecker.patch create mode 100644 community/emerillon/PKGBUILD create mode 100644 community/emerillon/emerillon.install delete mode 100644 community/goobox/fix-notifications.patch create mode 100644 community/libcoverart/PKGBUILD (limited to 'community') diff --git a/community/bbswitch/PKGBUILD b/community/bbswitch/PKGBUILD deleted file mode 100644 index 9552835c9..000000000 --- a/community/bbswitch/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Maintainer: Sven-Hendrik Haase -# Contributor: M0Rf30 -# Contributor: Samsagax - -pkgname=bbswitch -pkgver=0.6 -_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install -pkgrel=1 -pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus laptops" -arch=('i686' 'x86_64') -url=("http://github.com/Bumblebee-Project/bbswitch") -license=('GPL') -depends=('linux>=3.8' 'linux<3.9') -makedepends=('linux-headers>=3.8' 'linux-headers<3.9') -install=bbswitch.install -source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz") -md5sums=('c5496e3225c8e70d02a24bfd8a50faf6') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" - - make KDIR=/usr/src/linux-${_kernver} -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - install -Dm644 bbswitch.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko - gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko" -} diff --git a/community/bbswitch/bbswitch.install b/community/bbswitch/bbswitch.install deleted file mode 100644 index 1b791a89d..000000000 --- a/community/bbswitch/bbswitch.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - EXTRAMODULES='extramodules-3.8-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/community/credentials-preferences/PKGBUILD b/community/credentials-preferences/PKGBUILD index 5b4290781..e4172f82d 100644 --- a/community/credentials-preferences/PKGBUILD +++ b/community/credentials-preferences/PKGBUILD @@ -1,33 +1,33 @@ -# $Id: PKGBUILD 79485 2012-11-06 04:10:55Z bgyorgy $ +# $Id: PKGBUILD 87397 2013-03-30 21:57:57Z bgyorgy $ # Maintainer: Balló György pkgname=credentials-preferences _pkgname=credentials-control-center -pkgver=0.1.1 +pkgver=0.1.5 pkgrel=1 pkgdesc="Control panel for configuring online account credentials and settings" arch=('i686' 'x86_64') -url="https://launchpad.net/online-accounts-gnome-control-center" +url="https://launchpad.net/gnome-control-center-signon" license=('GPL' 'LGPL') depends=('libaccounts-glib' 'libsignon-glib' 'gtk3') makedepends=('gobject-introspection' 'vala' 'intltool' 'itstool') options=('!libtool') install=$pkgname.install -source=(https://launchpad.net/online-accounts-gnome-control-center/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.bz2 +source=(https://launchpad.net/gnome-control-center-signon/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.xz http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz) -md5sums=('4e42fb2350393c6f8661e38f07d0b765' +md5sums=('deaa290c89dffee5198f3f0f6f2e1fe1' '702d6b39136e10ba6dfad0afd300b2af') build() { cd "$srcdir/$_pkgname-$pkgver" - # Install language files - echo 'af ar ast bn bs ca cy cs da de el en_AU en_GB eo es eu fa fi fr gd gl gu he hu it ja ko lt lv ms my nb nl oc pl pt pt_BR ro ru se sk sl sq sv tr ug uk vi zh_CN zh_HK zh_TW' >po/LINGUAS + # Install updated 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 desktop file - sed -i 's/X-GNOME-Settings-Panel;//' data/credentials-preferences.desktop.in.in + # Fix helper script + sed -i 's/test/test -e/' online-accounts-preferences.in ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static diff --git a/community/deja-dup/PKGBUILD b/community/deja-dup/PKGBUILD index ddaecba9b..3c243421c 100644 --- a/community/deja-dup/PKGBUILD +++ b/community/deja-dup/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 85692 2013-03-05 09:07:44Z bgyorgy $ +# $Id: PKGBUILD 87385 2013-03-30 14:36:30Z bgyorgy $ # Maintainer: Balló György pkgname=deja-dup -pkgver=24.0 -pkgrel=3 +pkgver=26.0 +pkgrel=1 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" arch=('i686' 'x86_64') url="https://launchpad.net/deja-dup" license=('GPL') -depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 'dconf' 'xdg-utils') +depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 'xdg-utils') makedepends=('vala' 'intltool' 'itstool' 'nautilus') optdepends=('nautilus: backup extension' 'python2-boto: Amazon S3 backend' @@ -17,21 +17,18 @@ optdepends=('nautilus: backup extension' options=('!libtool') install=$pkgname.install source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz - new-u1backend-support.patch - update-u1-pythonchecker.patch) -md5sums=('335131d1f3c85615339fa8b212db50ae' - '944a4c62f042b240feba98f8d9a893b2' - 'd0893c17e3e61c3ada065a002a9ab419') + libsecret-1.vapi) +md5sums=('0430bbf03deac852651599a979a4cc32' + '27ca0a3c9efbe93e86ef563c77f6ddf3') build() { cd "$srcdir/$pkgname-$pkgver" - sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' common/PythonChecker.vala - # Add support for the new Ubuntu One backend - patch -Np0 -i "$srcdir/new-u1backend-support.patch" + # Python2 fix + sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' common/PythonChecker.vala - # And update the PythonChecker check for the new U1 backend too - patch -Np0 -i "$srcdir/update-u1-pythonchecker.patch" + # Add missing Vala API file + cp "$srcdir/libsecret-1.vapi" "vapi/libsecret-1.vapi" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static --disable-schemas-compile --without-unity diff --git a/community/deja-dup/libsecret-1.vapi b/community/deja-dup/libsecret-1.vapi new file mode 100644 index 000000000..7d3f4a3a6 --- /dev/null +++ b/community/deja-dup/libsecret-1.vapi @@ -0,0 +1,79 @@ +/* libsecret-1.vapi generated by vapigen-0.20, do not modify. */ + +[CCode (cprefix = "Secret", gir_namespace = "Secret", gir_version = "1", lower_case_cprefix = "secret_")] +namespace Secret { + [CCode (cheader_filename = "libsecret/secret.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "secret_schema_get_type ()")] + [Compact] + public class Schema { + [CCode (array_length = false, array_null_terminated = true)] + public weak Secret.SchemaAttribute[] attributes; + public Secret.SchemaFlags flags; + public weak string name; + [CCode (has_construct_function = false)] + public Schema (string name, Secret.SchemaFlags flags, ...); + [CCode (cname = "secret_schema_newv", has_construct_function = false)] + public Schema.newv (string name, Secret.SchemaFlags flags, GLib.HashTable attribute_names_and_types); + public Secret.Schema @ref (); + public void unref (); + } + [CCode (cheader_filename = "libsecret/secret.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "secret_schema_attribute_get_type ()")] + [Compact] + public class SchemaAttribute { + public weak string name; + public Secret.SchemaAttributeType type; + } + [CCode (cheader_filename = "libsecret/secret.h", cprefix = "SECRET_ERROR_", has_type_id = false)] + public enum Error { + PROTOCOL, + IS_LOCKED, + NO_SUCH_OBJECT, + ALREADY_EXISTS; + public static GLib.Quark get_quark (); + } + [CCode (cheader_filename = "libsecret/secret.h", cprefix = "SECRET_SCHEMA_ATTRIBUTE_", has_type_id = false)] + public enum SchemaAttributeType { + STRING, + INTEGER, + BOOLEAN + } + [CCode (cheader_filename = "libsecret/secret.h", cprefix = "SECRET_SCHEMA_", has_type_id = false)] + [Flags] + public enum SchemaFlags { + NONE, + DONT_MATCH_NAME + } + [CCode (cheader_filename = "libsecret/secret.h", cname = "SECRET_COLLECTION_DEFAULT")] + public const string COLLECTION_DEFAULT; + [CCode (cheader_filename = "libsecret/secret.h", cname = "SECRET_COLLECTION_SESSION")] + public const string COLLECTION_SESSION; + [CCode (cheader_filename = "libsecret/secret.h")] + public static GLib.HashTable attributes_build (Secret.Schema schema, ...); + [CCode (cheader_filename = "libsecret/secret.h")] + public static GLib.HashTable attributes_buildv (Secret.Schema schema, va_list va); + [CCode (cheader_filename = "libsecret/secret.h")] + public static async bool password_clear (Secret.Schema schema, GLib.Cancellable? cancellable, ...) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static bool password_clear_sync (Secret.Schema schema, GLib.Cancellable? cancellable = null, ...) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h", finish_name = "secret_password_clear_finish")] + public static async bool password_clearv (Secret.Schema schema, GLib.HashTable attributes, GLib.Cancellable? cancellable) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static bool password_clearv_sync (Secret.Schema schema, GLib.HashTable attributes, GLib.Cancellable? cancellable = null) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static async string password_lookup (Secret.Schema schema, GLib.Cancellable? cancellable, ...) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static string password_lookup_sync (Secret.Schema schema, GLib.Cancellable? cancellable = null, ...) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h", finish_name = "secret_password_lookup_finish")] + public static async string password_lookupv (Secret.Schema schema, GLib.HashTable attributes, GLib.Cancellable? cancellable) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static string password_lookupv_sync (Secret.Schema schema, GLib.HashTable attributes, GLib.Cancellable? cancellable = null) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static async bool password_store (Secret.Schema schema, string? collection, string label, string password, GLib.Cancellable? cancellable, ...) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static bool password_store_sync (Secret.Schema schema, string? collection, string label, string password, GLib.Cancellable? cancellable = null, ...) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h", finish_name = "secret_password_store_finish")] + public static async bool password_storev (Secret.Schema schema, GLib.HashTable attributes, string? collection, string label, string password, GLib.Cancellable? cancellable) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static bool password_storev_sync (Secret.Schema schema, GLib.HashTable attributes, string? collection, string label, string password, GLib.Cancellable? cancellable = null) throws GLib.Error; + [CCode (cheader_filename = "libsecret/secret.h")] + public static void password_wipe (string? password); +} diff --git a/community/deja-dup/new-u1backend-support.patch b/community/deja-dup/new-u1backend-support.patch deleted file mode 100644 index 08b918cb9..000000000 --- a/community/deja-dup/new-u1backend-support.patch +++ /dev/null @@ -1,50 +0,0 @@ -=== modified file 'common/BackendU1.vala' ---- common/BackendU1.vala 2012-08-06 22:41:13 +0000 -+++ common/BackendU1.vala 2012-11-03 21:35:53 +0000 -@@ -212,21 +212,41 @@ - - public override async void get_envp() throws Error - { -- bool found = false; - var obj = get_creds_proxy(); - if (obj.get_name_owner() == null) { - ask_password(); - return; - } - -+ var found = false; -+ var envp = new List(); - var listener = new Listener(obj, "find_credentials", null, (name, args) => { -- if (name == "CredentialsFound") -- found = true; -+ if (name == "CredentialsFound") { -+ VariantIter iter; -+ args.get("(a{ss})", out iter); -+ string key, val; -+ string consumer_key = null, consumer_secret = null, token = null, token_secret = null; -+ while (iter.next("{ss}", out key, out val)) { -+ if (key == "consumer_key") -+ consumer_key = val; -+ else if (key == "consumer_secret") -+ consumer_secret = val; -+ else if (key == "token") -+ token = val; -+ else if (key == "token_secret") -+ token_secret = val; -+ } -+ if (consumer_key != null && consumer_secret != null && token != null && token_secret != null) { -+ warning("appending: %s", "FTP_PASSWORD=%s:%s:%s:%s".printf(consumer_key, consumer_secret, token, token_secret)); -+ envp.append("FTP_PASSWORD=%s:%s:%s:%s".printf(consumer_key, consumer_secret, token, token_secret)); -+ found = true; -+ } -+ } - }); - listener.run(); - - if (found) -- envp_ready(true, null); -+ envp_ready(true, envp); - else - ask_password(); - } - diff --git a/community/deja-dup/update-u1-pythonchecker.patch b/community/deja-dup/update-u1-pythonchecker.patch deleted file mode 100644 index 32d55966c..000000000 --- a/community/deja-dup/update-u1-pythonchecker.patch +++ /dev/null @@ -1,13 +0,0 @@ -=== modified file 'common/BackendU1.vala' ---- common/BackendU1.vala 2012-11-05 15:10:54 +0000 -+++ common/BackendU1.vala 2012-11-05 15:17:28 +0000 -@@ -94,7 +94,7 @@ - // A bit of abstraction leakage here; we have to keep these imports in - // line with what duplicity uses. Maybe we should add to duplicity a way - // to ask 'can I use this backend?' -- pyu1 = PythonChecker.get_checker("ubuntuone.platform.credentials, ubuntuone.couch.auth"); -+ pyu1 = PythonChecker.get_checker("oauthlib, httplib2"); - if (pyu1.complete) { - available = pyu1.available; - complete = pyu1.complete; - diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD index 8414ae2b4..9c7fb1a8a 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -1,18 +1,19 @@ -#$Id: PKGBUILD 80801 2012-12-03 23:17:22Z dwallace $ +#$Id: PKGBUILD 87389 2013-03-30 14:49:30Z dwallace $ # Maintainer: Daniel Wallace # Contributor: portix pkgname=dwb -pkgver=2012.12.03 -pkgrel=1 +pkgver=2013.03.30 +pkgrel=2 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" arch=('i686' 'x86_64') install=dwb.install license=('GPL') depends=('libwebkit' 'desktop-file-utils') +makedepends=('json-c') source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz) -md5sums=('cf2e0c8cbd852203deb322c14952756c') +sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9) build() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" @@ -20,5 +21,6 @@ build() { } package() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" + export BASHCOMPLETION=/usr/share/bash-completion/completions make DESTDIR=${pkgdir} install } diff --git a/community/dwb/dwb.install b/community/dwb/dwb.install index 5a5553eba..abb6d38e4 100644 --- a/community/dwb/dwb.install +++ b/community/dwb/dwb.install @@ -1,5 +1,7 @@ post_install(){ update-desktop-database -q + echo "==> If you are using extensions you should update the extensions with" + echo "==> dwbem -u or dwbem -Nu" } post_upgrade(){ diff --git a/community/emerillon/PKGBUILD b/community/emerillon/PKGBUILD new file mode 100644 index 000000000..fa2e49680 --- /dev/null +++ b/community/emerillon/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Balló György + +pkgname=emerillon +pkgver=0.1.90 +pkgrel=3 +pkgdesc="Map viewer for OpenStreetMap" +arch=('i686' 'x86_64') +url="http://projects.gnome.org/emerillon/" +license=('GPL') +depends=('libchamplain' 'geoclue' 'libpeas' 'rest') +makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala') +options=('!libtool') +install=$pkgname.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --disable-schemas-compile + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} diff --git a/community/emerillon/emerillon.install b/community/emerillon/emerillon.install new file mode 100644 index 000000000..7a903e80c --- /dev/null +++ b/community/emerillon/emerillon.install @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} diff --git a/community/goobox/PKGBUILD b/community/goobox/PKGBUILD index 191467d22..bf14a8002 100644 --- a/community/goobox/PKGBUILD +++ b/community/goobox/PKGBUILD @@ -1,30 +1,27 @@ -# $Id: PKGBUILD 79409 2012-11-04 15:53:30Z bgyorgy $ +# $Id: PKGBUILD 87383 2013-03-30 13:01:13Z bgyorgy $ # Maintainer: Balló György pkgname=goobox -pkgver=3.0.1 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc="CD player and ripper for GNOME" arch=('i686' 'x86_64') url="http://people.gnome.org/~paobac/goobox/" license=('GPL') -depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 'xdg-utils') -makedepends=('gconf' 'intltool' 'gnome-doc-utils') -optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format') +depends=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 'libcoverart' 'libnotify' 'xdg-utils') +makedepends=('intltool' 'itstool') +optdepends=('gst-plugins-good: rip CDs into flac and wav formats') install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - fix-notifications.patch) -sha256sums=('344351ab8a9aee9e1c7f490e84c972a0df57eec5b44d31247c7ef268bf4cb60e' - '41f1307c271ee003d2e7435d6e9a7c5f72d3668ce0cc50842769c34f97c7fe99') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('0bd5c31d53635588f46ad4d254866ff74356caee5edb45c1a3bce9c754cc6cb6') build() { cd "$srcdir/$pkgname-$pkgver" - # https://bugzilla.gnome.org/show_bug.cgi?id=674121 - patch -Np1 -i "$srcdir/fix-notifications.patch" + sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' configure{,.ac} ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --disable-scrollkeeper --disable-schemas-compile + --disable-static --disable-schemas-compile make } diff --git a/community/goobox/fix-notifications.patch b/community/goobox/fix-notifications.patch deleted file mode 100644 index 6ca9c65cb..000000000 --- a/community/goobox/fix-notifications.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -Naur goobox-3.0.1.orig/src/main.c goobox-3.0.1/src/main.c ---- goobox-3.0.1.orig/src/main.c 2011-08-22 19:55:45.000000000 +0200 -+++ goobox-3.0.1/src/main.c 2012-04-15 02:59:34.476683867 +0200 -@@ -729,15 +729,15 @@ - window, - NULL); - -- notify_notification_set_hint_byte (notification, -- "action-icons", -- TRUE); -+ notify_notification_set_hint (notification, -+ "action-icons", -+ g_variant_new_boolean (TRUE)); - } - - if (notification_supports_persistence) -- notify_notification_set_hint_byte (notification, -- "resident" /* "transient" */, -- TRUE); -+ notify_notification_set_hint (notification, -+ "resident" /* "transient" */, -+ g_variant_new_boolean (TRUE)); - - notify_notification_show (notification, NULL); - diff --git a/community/libcoverart/PKGBUILD b/community/libcoverart/PKGBUILD new file mode 100644 index 000000000..f0f4e2012 --- /dev/null +++ b/community/libcoverart/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 87381 2013-03-30 13:00:20Z bgyorgy $ +# Maintainer: Balló György + +pkgname=libcoverart +pkgver=1.0.0 +pkgrel=1 +pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive" +arch=('i686' 'x86_64') +url="http://musicbrainz.org/doc/libcoverart" +license=('LGPL') +depends=('neon' 'jansson') +makedepends=('cmake') +source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('6380056bb4bc1a69790e706b4d506f50') + +build() { + cd "$srcdir/$pkgname-{PROJECT_VERSION}" + + cmake . \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "$srcdir/$pkgname-{PROJECT_VERSION}" + + make DESTDIR="$pkgdir" install +} diff --git a/community/libcryptui/PKGBUILD b/community/libcryptui/PKGBUILD index 6e0e849f2..137be3426 100644 --- a/community/libcryptui/PKGBUILD +++ b/community/libcryptui/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 77551 2012-10-12 03:46:14Z bgyorgy $ +# $Id: PKGBUILD 87353 2013-03-30 10:43:50Z bgyorgy $ # Maintainer: Balló György pkgname=libcryptui -pkgver=3.6.0 +pkgver=3.8.0 pkgrel=1 pkgdesc="Library for OpenPGP prompts" arch=('i686' 'x86_64') url="http://git.gnome.org/browse/libcryptui/" license=('GPL') -depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf') +depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf') makedepends=('intltool' 'gobject-introspection') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87') +sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/seahorse-nautilus/PKGBUILD b/community/seahorse-nautilus/PKGBUILD index 044ffa478..302086b15 100644 --- a/community/seahorse-nautilus/PKGBUILD +++ b/community/seahorse-nautilus/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 79156 2012-10-31 05:28:08Z bgyorgy $ +# $Id: PKGBUILD 87367 2013-03-30 11:14:30Z bgyorgy $ # Maintainer: Balló György pkgname=seahorse-nautilus -pkgver=3.6.1 +pkgver=3.8.0 pkgrel=1 pkgdesc="PGP encryption and signing for nautilus" arch=('i686' 'x86_64') @@ -10,11 +10,10 @@ url="http://git.gnome.org/browse/seahorse-nautilus/" license=('GPL') depends=('libcryptui' 'gcr' 'nautilus') makedepends=('intltool') -replaces=('seahorse-plugins') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('912d9c1e84ad1e24af6308b84d622a72d9e1bdae71284ddbd6277fdb459c31d2') +sha256sums=('8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/signon-ui/PKGBUILD b/community/signon-ui/PKGBUILD index b11d87d7e..1d6befcfa 100644 --- a/community/signon-ui/PKGBUILD +++ b/community/signon-ui/PKGBUILD @@ -1,30 +1,31 @@ -# $Id: PKGBUILD 80673 2012-11-29 00:36:04Z bgyorgy $ +# $Id: PKGBUILD 87395 2013-03-30 17:58:57Z bgyorgy $ # Maintainer: Balló György pkgname=signon-ui -pkgver=0.12 +pkgver=0.14 +_pkgver=0.14+bzr85 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' 'libproxy') -makedepends=('signon' 'libnotify') -source=(https://launchpad.net/online-accounts-signon-ui/13.04/$pkgver/+download/$pkgname-$pkgver.tar.bz2 +depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify') +source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2 Makefile) -md5sums=('dca78c25d2d5303a1479403fec334e27' +md5sums=('5857a1b9ed957a5de72863c3868049da' 'c73ecd27c76a9060862512b7678ae4f1') build() { cd "$srcdir/$pkgname-$pkgver" # Do not install tests - echo 'INSTALLS =' >>tests/unit/unit.pro + echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro + echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro # Fix build cp "$srcdir/Makefile" po/Makefile - qmake PREFIX=/usr LIBDIR=/usr/lib + qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib make } diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD index ece3f5921..3b75f4ba7 100644 --- a/community/signon/PKGBUILD +++ b/community/signon/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85411 2013-03-01 10:40:16Z andrea $ +# $Id: PKGBUILD 87393 2013-03-30 17:15:21Z bgyorgy $ # Maintainer: Balló György pkgbase=signon pkgname=('signon' 'signon-doc') -pkgver=8.46 -pkgrel=2 +pkgver=8.49 +pkgrel=1 pkgdesc="Framework to provide credential storage and authentication service" arch=('i686' 'x86_64') url="http://code.google.com/p/accounts-sso/" @@ -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=('3524fe1427de397c7b355e86e50a901b55298976' +sha1sums=('349d700eed718977463020f252269786883bc4c6' 'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1') build() { @@ -24,7 +24,10 @@ build() { # Use gnome-keyring secrets storage if signon-keyring-extension is available patch -Np1 -i "$srcdir/use_keyring.patch" - qmake PREFIX=/usr LIBDIR=/usr/lib + # qt4 fix + sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro + + qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib make } diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index c98bcbc4a..dfc28ebb7 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82635 2013-01-22 07:12:03Z fyan $ +# $Id: PKGBUILD 87349 2013-03-30 09:40:31Z lfleischer $ # Maintainer: Kaiting Chen # Contributor: Daniel J Griffiths # Contributor: Kevin Piche pkgname=stunnel -pkgver=4.54 +pkgver=4.56 pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc} 'stunnel.rc.d' 'stunnel.tmpfiles.conf') -md5sums=('c2b1db99e3ed547214568959a8ed18ac' - 'b7cd936bae7b56dae6fe1f06d90c4db1' +md5sums=('ac4c4a30bd7a55b6687cbd62d864054c' + 'd68c7dd65d515c678cdde15bbf0ce344' 'f15398497e10e080c2406d2fc541660c' '4c7e3634a9d4dc040102f5d4160fb123' '2e065a39998e57727ee79887bbd1751e') diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index b6242a652..2bbfaf36f 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths pkgname=upx -pkgver=3.08 +pkgver=3.09 pkgrel=1 pkgdesc='Ultimate executable compressor.' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('zlib') makedepends=('ucl') source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2" 'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2') -md5sums=('54c76fa52cad578ff23ef98aee91e3f5' +md5sums=('1253da46eac54a217eb73e2d44818e53' '29d5ffd03a5a3e51aef6a74e9eafb759') build() { -- cgit v1.2.3-54-g00ecf