From aa286ab8854bc6e9a34f7d02e6fd00aa12aac276 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Fri, 13 Jan 2012 04:01:25 +0000 Subject: [PATCH] updated on Fri Jan 13 04:01:25 UTC 2012 --- armory-git/Makefile.patch | 6 - armory-git/PKGBUILD | 10 +- dee/PKGBUILD | 17 +- emacs-link-grammar-svn/PKGBUILD | 30 ++ .../emacs-link-grammar-svn.install | 17 + evolution-indicator/PKGBUILD | 6 +- gigi/PKGBUILD | 13 +- gigi/gigi_boost_fix-1.48.0.patch | 353 --------------------- goptical/PKGBUILD | 22 ++ gwibber-bzr/PKGBUILD | 7 +- gwibber-bzr/gwibber-dee-1.0.patch | 94 ++++++ gwibber-devel/PKGBUILD | 9 +- gwibber-devel/gwibber-dee-1.0.patch | 94 ++++++ libqtdee/PKGBUILD | 2 +- librecad-git/PKGBUILD | 6 +- libunity/PKGBUILD | 20 +- libunity/fix-search-finished-signal.patch | 45 --- linux-ck/PKGBUILD | 4 +- python-pygame-hg/PKGBUILD | 53 ++++ sloc-git/PKGBUILD | 54 ++++ telepathy-indicator/PKGBUILD | 5 +- unity-lens-applications/PKGBUILD | 16 +- .../unity-lens-applications.install | 12 + unity-lens-files/PKGBUILD | 14 +- unity-lens-music/PKGBUILD | 14 +- util-linux-git/PKGBUILD | 4 +- xchat-indicator/PKGBUILD | 2 +- 27 files changed, 451 insertions(+), 478 deletions(-) delete mode 100644 armory-git/Makefile.patch create mode 100644 emacs-link-grammar-svn/PKGBUILD create mode 100644 emacs-link-grammar-svn/emacs-link-grammar-svn.install delete mode 100644 gigi/gigi_boost_fix-1.48.0.patch create mode 100644 goptical/PKGBUILD create mode 100644 gwibber-bzr/gwibber-dee-1.0.patch create mode 100644 gwibber-devel/gwibber-dee-1.0.patch delete mode 100644 libunity/fix-search-finished-signal.patch create mode 100644 python-pygame-hg/PKGBUILD create mode 100644 sloc-git/PKGBUILD create mode 100644 unity-lens-applications/unity-lens-applications.install diff --git a/armory-git/Makefile.patch b/armory-git/Makefile.patch deleted file mode 100644 index 9af74fede..000000000 --- a/armory-git/Makefile.patch +++ /dev/null @@ -1,6 +0,0 @@ -13,14c13,14 -< INCLUDE_OPTS += -I/usr/include/crypto++ -fPIC -DTEST_NETWORK -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -< LIBRARY_OPTS += -lcrypto++ -lpthread ---- -> INCLUDE_OPTS += -I/usr/include/crypto++ -fPIC -DTEST_NETWORK -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS -Icryptopp -> LIBRARY_OPTS += -lcryptopp -lpthread diff --git a/armory-git/PKGBUILD b/armory-git/PKGBUILD index 8ba99702d..854b0a9ae 100644 --- a/armory-git/PKGBUILD +++ b/armory-git/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Justin Gottula pkgname=armory-git -pkgver=20120110 +pkgver=20120112 pkgrel=1 pkgdesc="Python-Based Bitcoin Software" arch=('i686' 'x86_64') @@ -15,11 +15,9 @@ replaces=() backup=() options=() install= -source=('Makefile.patch' - 'run-armory.sh') +source=('run-armory.sh') noextract=() -sha256sums=('2556f50fe8a0871895759246962aed2187fbf3445e4583431353231408e0f108' - 'baa1d335273af1f1f4d12dd68f066035e5b4485b215172690c307877ac62168c') +sha256sums=('baa1d335273af1f1f4d12dd68f066035e5b4485b215172690c307877ac62168c') _gitroot='git://github.com/etotheipi/BitcoinArmory.git' _gitname='BitcoinArmory' @@ -44,9 +42,7 @@ build() { cd "$srcdir/$_gitname-build" cd cppForSwig - patch Makefile <$srcdir/Makefile.patch make swig - cd - } package() { diff --git a/dee/PKGBUILD b/dee/PKGBUILD index 3f57055a0..b9bf0ba6b 100644 --- a/dee/PKGBUILD +++ b/dee/PKGBUILD @@ -1,25 +1,22 @@ # Maintainer: György Balló pkgname=dee -pkgver=0.5.22 +pkgver=1.0.0 pkgrel=1 pkgdesc="A library that uses DBus to provide objects allowing you to create Model-View-Controller type programs across DBus" arch=('i686' 'x86_64') url="https://launchpad.net/dee" license=('LGPL') -depends=('glib2>=2.26') -makedepends=('python2' 'gobject-introspection>=0.6.3' 'vala') -options=(!libtool) -source=(http://launchpad.net/$pkgname/0.5/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('061b8e73c61af1316316cff3c8285d03') +depends=('glib2') +makedepends=('python2' 'gobject-introspection' 'vala') +options=('!libtool') +source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('8c152b3b1ad5bf03079054b1f7d5f637') build() { cd "$srcdir/$pkgname-$pkgver" - # Disable building tests - sed -i '/^SUBDIRS/ s/tests //' Makefile.in - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static \ + --disable-static --disable-tests \ PYTHON=python2 make } diff --git a/emacs-link-grammar-svn/PKGBUILD b/emacs-link-grammar-svn/PKGBUILD new file mode 100644 index 000000000..56836c750 --- /dev/null +++ b/emacs-link-grammar-svn/PKGBUILD @@ -0,0 +1,30 @@ + +# Maintainer: Alexandre Becoulet + +pkgname=emacs-link-grammar-svn +pkgver=51 +pkgrel=1 +pkgdesc="An english grammar checker mode for Emacs based on link-grammar (subversion)" +arch=('i686' 'x86_64') +url="http://www.emacswiki.org/emacs/BaoqiuCui#toc2" +license=('GPL') +makedepends=('emacs' 'subversion' 'gcc') +depends=('link-grammar') + +source=('emacs-link-grammar-svn.install') +install=('emacs-link-grammar-svn.install') +md5sums=('7a140d52fab9c6fcb0a03002118ed71c') + +build() { + cd "$srcdir" + svn co -r 51 http://bcui-emacs.googlecode.com/svn/trunk/grammar + cd grammar + + mkdir -p "$pkgdir/usr/bin" || return 1 + g++ -O2 -llink-grammar -I/usr/include/link-grammar grammar.cc -o "$pkgdir/usr/bin/grammar" || return 1 + emacs -batch -f batch-byte-compile grammar.el || return 1 + + mkdir -p "$pkgdir/usr/share/emacs/site-lisp" || return 1 + cp grammar.el{c,} "$pkgdir/usr/share/emacs/site-lisp/" || return 1 +} + diff --git a/emacs-link-grammar-svn/emacs-link-grammar-svn.install b/emacs-link-grammar-svn/emacs-link-grammar-svn.install new file mode 100644 index 000000000..9ad5b77af --- /dev/null +++ b/emacs-link-grammar-svn/emacs-link-grammar-svn.install @@ -0,0 +1,17 @@ + +post_install () +{ + echo "" + echo "==> To enable grammar for all modes, add to your ~/.emacs:" + echo "==> (require 'grammar)" + echo "" +} + +post_upgrade () +{ + post_install $1 +} + +op=$1 +shift +$op $* diff --git a/evolution-indicator/PKGBUILD b/evolution-indicator/PKGBUILD index 69705c72e..f5dc77cc2 100644 --- a/evolution-indicator/PKGBUILD +++ b/evolution-indicator/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: György Balló pkgname=evolution-indicator pkgver=0.2.20 -pkgrel=1 +pkgrel=2 pkgdesc="A plugin for Evolution that uses libindicate and libnotify to provide additional information to the shell about Evolution's state" arch=('i686' 'x86_64') url="https://launchpad.net/evolution-indicator" license=('GPL') -depends=('evolution>=3.2' 'libindicate>=0.5.90' 'libunity') -makedepends=('intltool>=0.34') +depends=('evolution' 'libindicate' 'libunity') +makedepends=('intltool') options=('!libtool') install=$pkgname.install source=(http://launchpad.net/$pkgname/${pkgver%.*}.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) diff --git a/gigi/PKGBUILD b/gigi/PKGBUILD index f791e7ddc..e55878396 100644 --- a/gigi/PKGBUILD +++ b/gigi/PKGBUILD @@ -5,35 +5,30 @@ # Contributor: Manuel Gaul pkgname=gigi pkgver=0.8.0 -pkgrel=5 +pkgrel=6 pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL" url="http://gigi.sourceforge.net" arch=('x86_64' 'i686') license=('LGPL') depends=('boost' 'mesa' 'libpng' 'libjpeg' 'libtiff' 'freetype2' 'ogre' 'sdl' 'ois' 'python') makedepends=('subversion' 'cmake' 'setconf' 'doxygen') -conflicts=('gigi-svn') -source=('gigi_boost_fix-1.48.0.patch') -md5sums=('b0809d4ed70b182842828cbd260178fa') +conflicts=('gigi-svn' 'mesa-full') build() { cd "$srcdir" msg2 "Fetching files..." if [ -d gigi/.svn ]; then - (cd gigi && svn up -r 1072) + (cd gigi && svn up -r 1074) else svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \ - --config-dir ./ -r 1072 gigi + --config-dir ./ -r 1074 gigi fi rm -rf gigi-build svn export gigi gigi-build cd gigi-build - msg2 "Patching..." - patch -p0 -i ../gigi_boost_fix-1.48.0.patch - msg2 "Configuring..." setconf cmake/GiGiOgre.pc.in prefix /usr setconf cmake/GiGi.pc.in prefix /usr diff --git a/gigi/gigi_boost_fix-1.48.0.patch b/gigi/gigi_boost_fix-1.48.0.patch deleted file mode 100644 index 44acebcf3..000000000 --- a/gigi/gigi_boost_fix-1.48.0.patch +++ /dev/null @@ -1,353 +0,0 @@ -Index: src/EveLayout.cpp -=================================================================== ---- src/EveLayout.cpp (revisjon 1072) -+++ src/EveLayout.cpp (arbeidskopi) -@@ -1813,7 +1813,7 @@ - #endif - - m_evaluator.evaluate(view_params.m_parameters); -- adobe::dictionary_t parameters(move(m_evaluator.back().cast())); -+ adobe::dictionary_t parameters(adobe::move(m_evaluator.back().cast())); - m_evaluator.pop_back(); - - #if INSTRUMENT_WINDOW_CREATION -Index: GG/adobe/vector.hpp -=================================================================== ---- GG/adobe/vector.hpp (revisjon 1072) -+++ GG/adobe/vector.hpp (arbeidskopi) -@@ -324,7 +324,7 @@ - template - template // I models InputIterator - void vector::move_append(I f, I l, std::input_iterator_tag) --{ while (f != l) { push_back(move(*f)); ++f; } } -+{ while (f != l) { push_back(adobe::move(*f)); ++f; } } - - template - template // I models ForwardIterator -@@ -343,7 +343,7 @@ - size_type n(std::distance(f, l)); - - if (remaining() < n) reserve((adobe::max)(size() + n, 2 * size())); -- set_finish(uninitialized_move(f, l, end())); -+ set_finish(adobe::uninitialized_move(f, l, end())); - } - - template -@@ -412,13 +412,13 @@ - if (n < after) { - move_append(last - n, last); - move_backward(p, last - n, last); -- move(f, l, p); -+ adobe::move(f, l, p); - } else { - I m = f; - std::advance(m, after); - move_append(m, l); - move_append(p, last); -- move(f, m, p); -+ adobe::move(f, m, p); - } - } - return begin() + before + n; -@@ -430,7 +430,7 @@ - if (capacity() < n) { - vector tmp; - tmp.header_m = allocate(get_allocator(), n); -- tmp.header_m->finish() = uninitialized_move(begin(), end(), tmp.end()); -+ tmp.header_m->finish() = adobe::uninitialized_move(begin(), end(), tmp.end()); - swap(tmp); - } - } -@@ -469,7 +469,7 @@ - template - typename vector::iterator vector::erase(iterator f, iterator l) - { -- iterator i = move(l, end(), f); -+ iterator i = adobe::move(l, end(), f); - for (iterator b(i), e(end()); b != e; ++b) { - b->~value_type(); - } -Index: GG/adobe/any_regular.hpp -=================================================================== ---- GG/adobe/any_regular.hpp (revisjon 1072) -+++ GG/adobe/any_regular.hpp (arbeidskopi) -@@ -220,7 +220,7 @@ - - template - explicit any_regular_model_local(U x, typename move_sink::type = 0) -- : interface_type(vtable_s), object_m(move(x)) { } -+ : interface_type(vtable_s), object_m(adobe::move(x)) { } - - static const any_regular_model_local& self(const interface_type& x) - { return static_cast(x); } -@@ -238,7 +238,7 @@ - { return ::new(storage) any_regular_model_local(self(x).object_m); } - - static interface_type* move_clone(interface_type& x, void* storage) -- { return ::new(storage) any_regular_model_local(move(self(x).object_m)); } -+ { return ::new(storage) any_regular_model_local(adobe::move(self(x).object_m)); } - - static void assign(interface_type& x, const interface_type& y) - { self(x).object_m = self(y).object_m; } -@@ -552,7 +552,7 @@ - - template - explicit any_regular_t(T x, typename move_sink::type = 0) : data_ptr_m(&data_m[0]) -- { ::new (storage()) typename traits::model_type(move(x)); } -+ { ::new (storage()) typename traits::model_type(adobe::move(x)); } - - /*!@}*/ - -@@ -613,7 +613,7 @@ - any_regular_t& assign(T x, typename move_sink::type = 0) - { - object().destruct(); -- ::new (storage()) typename traits::model_type(move(x)); -+ ::new (storage()) typename traits::model_type(adobe::move(x)); - return *this; - } - -Index: GG/adobe/utility/pair.hpp -=================================================================== ---- GG/adobe/utility/pair.hpp (revisjon 1072) -+++ GG/adobe/utility/pair.hpp (arbeidskopi) -@@ -79,11 +79,11 @@ - - pair() : first(), second() { } - -- pair(move_from x) : first(move(x.source.first)), second(move(x.source.second)) { } -+ pair(move_from x) : first(adobe::move(x.source.first)), second(adobe::move(x.source.second)) { } - -- pair& operator=(pair x) { first = move(x.first); second = move(x.second); return *this; } -+ pair& operator=(pair x) { first = adobe::move(x.first); second = adobe::move(x.second); return *this; } - -- pair(T1 x, T2 y) : first(move(x)), second(move(y)) { } -+ pair(T1 x, T2 y) : first(adobe::move(x)), second(adobe::move(y)) { } - - template - pair(const pair& p) : first(p.first), second(p.second) { } -@@ -107,7 +107,7 @@ - //! \ingroup asl_pair - template - inline pair make_pair(T1 x, T2 y) --{ return pair(move(x), move(y)); } -+{ return pair(adobe::move(x), adobe::move(y)); } - - /*************************************************************************************************/ - -Index: GG/adobe/array.hpp -=================================================================== ---- GG/adobe/array.hpp (revisjon 1072) -+++ GG/adobe/array.hpp (arbeidskopi) -@@ -30,10 +30,10 @@ - - template // T models Regular - inline void push_back(array_t& v, T x, typename move_sink::type = 0) --{ v.push_back(any_regular_t(move(x))); } -+{ v.push_back(any_regular_t(adobe::move(x))); } - - inline void push_back(array_t& v, any_regular_t x) --{ v.push_back(move(x)); } -+{ v.push_back(adobe::move(x)); } - - /**************************************************************************************************/ - -Index: GG/adobe/adam.hpp -=================================================================== ---- GG/adobe/adam.hpp (revisjon 1072) -+++ GG/adobe/adam.hpp (arbeidskopi) -@@ -528,7 +528,7 @@ - relation_t(name_t n, line_position_t p, array_t e) : - name_m(n), - position_m(p), -- expression_m(move(e)) -+ expression_m(adobe::move(e)) - { } - - friend void swap(relation_t& x, relation_t& y) -@@ -541,7 +541,7 @@ - relation_t(move_from x) : - name_m(x.source.name_m), - position_m(x.source.position_m), -- expression_m(move(x.source.expression_m)) -+ expression_m(adobe::move(x.source.expression_m)) - { } - - relation_t& operator=(relation_t x) -Index: GG/adobe/move.hpp -=================================================================== ---- GG/adobe/move.hpp (revisjon 1072) -+++ GG/adobe/move.hpp (arbeidskopi) -@@ -396,7 +396,7 @@ - O move(I f, I l, O result) - { - while (f != l) { -- *result = move(*f); -+ *result = adobe::move(*f); - ++f; ++result; - } - return result; -@@ -411,7 +411,7 @@ - */ - template // O models OutputIterator --inline O move(I& in, O out) { return move(boost::begin(in), boost::end(in), out); } -+inline O move(I& in, O out) { return adobe::move(boost::begin(in), boost::end(in), out); } - - /*************************************************************************************************/ - -@@ -426,7 +426,7 @@ - { - while (f != l) { - --l; --result; -- *result = move(*l); -+ *result = adobe::move(*l); - } - return result; - } -@@ -462,7 +462,7 @@ - explicit back_move_iterator(C& x) : container_m(&x) { } - - back_move_iterator& operator=(typename C::value_type x) -- { container_m->push_back(move(x)); return *this; } -+ { container_m->push_back(adobe::move(x)); return *this; } - - back_move_iterator& operator*() { return *this; } - back_move_iterator& operator++() { return *this; } -@@ -490,7 +490,7 @@ - template // T models Regular - inline void move_construct(T* p, U& x, typename move_sink::type = 0) - { -- ::new(static_cast(p)) T(move(x)); -+ ::new(static_cast(p)) T(adobe::move(x)); - } - - /*************************************************************************************************/ -@@ -519,7 +519,7 @@ - typename move_sink::value_type>::type = 0) - { - while (f != l) { -- move_construct(&*r, *f); -+ adobe::move_construct(&*r, *f); - ++f; ++r; - } - return r; -Index: GG/adobe/string.hpp -=================================================================== ---- GG/adobe/string.hpp (revisjon 1072) -+++ GG/adobe/string.hpp (arbeidskopi) -@@ -257,7 +257,7 @@ - /*! - Move constructor. - */ -- string_t(move_from x) : storage_m(move(x.source.storage_m)) { } -+ string_t(move_from x) : storage_m(adobe::move(x.source.storage_m)) { } - - /*! - Constructs a string_t from a regular C string (including string literals). -@@ -300,7 +300,7 @@ - Assignment operator. - */ - -- string_t& operator=(string_t s) { storage_m = move(s.storage_m); return *this; } -+ string_t& operator=(string_t s) { storage_m = adobe::move(s.storage_m); return *this; } - - /*! - Conversion operator to std::string. -@@ -464,9 +464,9 @@ - Anything that can be concatenated using string_t::operator+= - may also be concatenated to a string_t using operator+. - */ --inline string_t operator+(string_t s1, const string_t& s2) { return move(s1 += s2); } --inline string_t operator+(string_t s1, const std::string& s2) { return move(s1 += s2); } --inline string_t operator+(string_t s1, const char* s2) { return move(s1 += s2); } -+inline string_t operator+(string_t s1, const string_t& s2) { return adobe::move(s1 += s2); } -+inline string_t operator+(string_t s1, const std::string& s2) { return adobe::move(s1 += s2); } -+inline string_t operator+(string_t s1, const char* s2) { return adobe::move(s1 += s2); } - - /*************************************************************************************************/ - -@@ -559,7 +559,7 @@ - /*! - Move constructor. - */ -- string16_t(move_from x) : storage_m(move(x.source.storage_m)) { } -+ string16_t(move_from x) : storage_m(adobe::move(x.source.storage_m)) { } - - /*! - Constructs a string16_t from a null-terminated sequence of 16-bit elements. -@@ -595,7 +595,7 @@ - Assignment operator. - */ - string16_t& operator=(string16_t s) -- { storage_m = move(s.storage_m); return *this; } -+ { storage_m = adobe::move(s.storage_m); return *this; } - - /*! - Returns const pointer to a null-terminated sequence of 16-bit elements, identical to -@@ -734,8 +734,8 @@ - may also be concatenated to a string16_t using operator+. - */ - --inline string16_t operator+(string16_t s1, const string16_t& s2) { return move(s1 += s2); } --inline string16_t operator+(string16_t s1, const boost::uint16_t* s2) { return move(s1 += s2); } -+inline string16_t operator+(string16_t s1, const string16_t& s2) { return adobe::move(s1 += s2); } -+inline string16_t operator+(string16_t s1, const boost::uint16_t* s2) { return adobe::move(s1 += s2); } - - //!@} - -Index: GG/adobe/closed_hash.hpp -=================================================================== ---- GG/adobe/closed_hash.hpp (revisjon 1072) -+++ GG/adobe/closed_hash.hpp (arbeidskopi) -@@ -448,7 +448,7 @@ - - template // I models ForwardIterator - void move_insert(I first, I last) -- { while (first != last) { insert(move(*first)); ++first; } } -+ { while (first != last) { insert(adobe::move(*first)); ++first; } } - - /* - NOTE (sparent): If there is not enough space for one element we will reserve the space -@@ -480,12 +480,12 @@ - { - iterator found = find(node, key_function()(x)); - if (found != end()) { -- *found = move(x); -+ *found = adobe::move(x); - return std::make_pair(found, false); - } - - iterator free(begin_free()); -- insert_raw(free, move(x), state_misplaced); -+ insert_raw(free, adobe::move(x), state_misplaced); - unsafe::splice_node_range(node, free, free); - node = free; - } -@@ -493,7 +493,7 @@ - case state_misplaced: - { - iterator free(begin_free()); -- insert_raw(free, move(*node), state_misplaced); -+ insert_raw(free, adobe::move(*node), state_misplaced); - - unsafe::set_next(boost::prior(node), free); - unsafe::set_next(free, boost::next(node)); -@@ -503,7 +503,7 @@ - // fall through - default: // state_free - { -- insert_raw(node, move(x), state_home); -+ insert_raw(node, adobe::move(x), state_home); - unsafe::splice_node_range(end(), node, node); - } - } -@@ -520,7 +520,7 @@ - template - iterator insert(iterator, U x, typename move_sink::type = 0) - { -- return insert(move(x)).first; -+ return insert(adobe::move(x)).first; - } - - ~closed_hash_set() diff --git a/goptical/PKGBUILD b/goptical/PKGBUILD new file mode 100644 index 000000000..8c219c4f9 --- /dev/null +++ b/goptical/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Alexandre Becoulet + +pkgname=goptical +pkgver=1.0 +pkgrel=1 +pkgdesc="The GNU Optical design and simulation library" +arch=('i686' 'x86_64') +url="http://www.gnu.org/software/goptical/" +license=('GPL3') +depends=("gsl") +options=(libtool) +source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --disable-tests || return 1 + make || return 1 + make DESTDIR="$pkgdir/" install +} + +md5sums=('a65d1dc6af36d481ef8ea34a0ccd9823') diff --git a/gwibber-bzr/PKGBUILD b/gwibber-bzr/PKGBUILD index 80379ee8c..e2abdf455 100644 --- a/gwibber-bzr/PKGBUILD +++ b/gwibber-bzr/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: György Balló pkgname=gwibber-bzr _pkgname=gwibber -pkgver=1227 +pkgver=1234 pkgrel=1 pkgdesc="Microblogging client for GNOME, which supports Twitter, Identi.ca, StatusNet, Facebook, Flickr, Digg, FriendFeed and Qaiku" arch=(i686 x86_64) @@ -14,6 +14,8 @@ provides=(gwibber) conflicts=(gwibber) options=(!libtool) install=$_pkgname.install +source=(gwibber-dee-1.0.patch) +md5sums=('fc28769316d64efbb0461fe5c855e3a9') _bzrtrunk="lp:gwibber" _bzrmod="gwibber" @@ -41,6 +43,9 @@ build() { # find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + # Port to dee 1.0 + patch -Np0 -i "$srcdir/gwibber-dee-1.0.patch" + # Disable Unity sed -i '/Dbusmenu/ d' client/Makefile.am diff --git a/gwibber-bzr/gwibber-dee-1.0.patch b/gwibber-bzr/gwibber-dee-1.0.patch new file mode 100644 index 000000000..bbede0ad1 --- /dev/null +++ b/gwibber-bzr/gwibber-dee-1.0.patch @@ -0,0 +1,94 @@ +=== modified file 'lens/src/daemon.vala' +--- lens/src/daemon.vala 2011-10-25 18:52:53 +0000 ++++ lens/src/daemon.vala 2012-01-10 16:34:32 +0000 +@@ -41,7 +41,7 @@ + private Gwibber.Utils utils; + private Dee.Model? _model; + private Dee.Model? _streams_model; +- private Dee.Filter *_sort_filter; ++ private Dee.Filter _sort_filter; + /* Keep track of the previous search, so we can determine when to + * filter down the result set instead of rebuilding it */ + private LensSearch? previous_search; +@@ -114,8 +114,8 @@ + + _streams_model = streams_service.stream_model; + Intl.setlocale(LocaleCategory.COLLATE, "C"); +- _sort_filter = new Dee.Filter.collator_desc(StreamModelColumn.TIMESTAMP); +- _model = new Dee.FilterModel (_sort_filter, _streams_model); ++ _sort_filter = Dee.Filter.new_collator_desc (StreamModelColumn.TIMESTAMP); ++ _model = new Dee.FilterModel (_streams_model, _sort_filter); + } + + private void populate_filters () + +=== modified file 'libgwibber-gtk/stream-view.vala' +--- libgwibber-gtk/stream-view.vala 2011-10-22 02:32:35 +0000 ++++ libgwibber-gtk/stream-view.vala 2012-01-10 16:34:32 +0000 +@@ -55,8 +55,7 @@ + + private Dee.Model? _model = null; + private Dee.Model? _stream_filter_model = null; +- private Dee.Filter *stream_filter; +- private Dee.Filter *sort_filter; ++ private Dee.Filter sort_filter; + private int _position = 0; + private string _stream = "home"; + private int _sort_order = 1; +@@ -94,11 +93,13 @@ + get { return _stream_filter_model; } + set { + if (sort_order == 0) +- sort_filter = new Dee.Filter.collator(StreamModelColumn.TIMESTAMP); ++ sort_filter = Dee.Filter.new_collator (StreamModelColumn.TIMESTAMP); + else +- sort_filter = new Dee.Filter.collator_desc(StreamModelColumn.TIMESTAMP); +- _stream_filter_model = new Dee.FilterModel (sort_filter, model); +- ++ sort_filter = Dee.Filter.new_collator_desc (StreamModelColumn.TIMESTAMP); ++ Timer timer = new Timer(); ++ _stream_filter_model = new Dee.FilterModel (model, sort_filter); ++ debug ("Applied sorting filter in %fms", timer.elapsed()*1000); ++ + refresh (); + Idle.add (() => { + adjustment.set_upper ((double)(_stream_filter_model.get_n_rows ())); + +=== modified file 'libgwibber/streams.vala' +--- libgwibber/streams.vala 2011-12-08 22:04:59 +0000 ++++ libgwibber/streams.vala 2012-01-10 16:34:32 +0000 +@@ -167,17 +167,17 @@ + if (stream == "home") { + return model; + } else { +- stream_filter = new Dee.Filter.for_key_column (StreamModelColumn.STREAM, stream); ++ stream_filter = Dee.Filter.new_for_key_column (StreamModelColumn.STREAM, stream); + } +- var filtered_model = new Dee.FilterModel (stream_filter, model); ++ var filtered_model = new Dee.FilterModel (model, stream_filter); + return filtered_model; + } + + public Dee.Model? transient_filter_model (Dee.Model model, string transient) + { + Dee.Filter transient_filter; +- transient_filter = new Dee.Filter.for_key_column (StreamModelColumn.TRANSIENT, transient); +- var filtered_model = new Dee.FilterModel (transient_filter, model); ++ transient_filter = Dee.Filter.new_for_key_column (StreamModelColumn.TRANSIENT, transient); ++ var filtered_model = new Dee.FilterModel (model, transient_filter); + return filtered_model; + } + +@@ -198,7 +198,10 @@ + { + debug ("Getting non-transient model"); + Dee.SequenceModel? model = resources.load ("gwibber.stream_model") as Dee.SequenceModel; +- debug ("stream_model from resources has %u rows", model.get_n_rows ()); ++ if (model is Dee.Model) ++ debug ("stream_model from resources has %u rows", model.get_n_rows ()); ++ else ++ debug ("stream_model from resources isn't valid"); + if (!(model is Dee.SequenceModel)) + { + debug ("Didn't get model from resource manager, creating a new one"); + diff --git a/gwibber-devel/PKGBUILD b/gwibber-devel/PKGBUILD index 641be5200..75e3bc041 100644 --- a/gwibber-devel/PKGBUILD +++ b/gwibber-devel/PKGBUILD @@ -14,13 +14,18 @@ provides=("gwibber=$pkgver") conflicts=(gwibber) options=(!libtool) install=$_pkgname.install -source=(http://launchpad.net/$_pkgname/3.4/$pkgver/+download/$_pkgname-$pkgver.tar.gz) -md5sums=(484bf327257698a267ffc6684bed253b) +source=(http://launchpad.net/$_pkgname/3.4/$pkgver/+download/$_pkgname-$pkgver.tar.gz + gwibber-dee-1.0.patch) +md5sums=('484bf327257698a267ffc6684bed253b' + 'fc28769316d64efbb0461fe5c855e3a9') build() { cd "$srcdir/$_pkgname-$pkgver" find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + # Port to dee 1.0 + patch -Np0 -i "$srcdir/gwibber-dee-1.0.patch" + # Disable Unity sed -i '/Dbusmenu/ d' client/Makefile.in diff --git a/gwibber-devel/gwibber-dee-1.0.patch b/gwibber-devel/gwibber-dee-1.0.patch new file mode 100644 index 000000000..bbede0ad1 --- /dev/null +++ b/gwibber-devel/gwibber-dee-1.0.patch @@ -0,0 +1,94 @@ +=== modified file 'lens/src/daemon.vala' +--- lens/src/daemon.vala 2011-10-25 18:52:53 +0000 ++++ lens/src/daemon.vala 2012-01-10 16:34:32 +0000 +@@ -41,7 +41,7 @@ + private Gwibber.Utils utils; + private Dee.Model? _model; + private Dee.Model? _streams_model; +- private Dee.Filter *_sort_filter; ++ private Dee.Filter _sort_filter; + /* Keep track of the previous search, so we can determine when to + * filter down the result set instead of rebuilding it */ + private LensSearch? previous_search; +@@ -114,8 +114,8 @@ + + _streams_model = streams_service.stream_model; + Intl.setlocale(LocaleCategory.COLLATE, "C"); +- _sort_filter = new Dee.Filter.collator_desc(StreamModelColumn.TIMESTAMP); +- _model = new Dee.FilterModel (_sort_filter, _streams_model); ++ _sort_filter = Dee.Filter.new_collator_desc (StreamModelColumn.TIMESTAMP); ++ _model = new Dee.FilterModel (_streams_model, _sort_filter); + } + + private void populate_filters () + +=== modified file 'libgwibber-gtk/stream-view.vala' +--- libgwibber-gtk/stream-view.vala 2011-10-22 02:32:35 +0000 ++++ libgwibber-gtk/stream-view.vala 2012-01-10 16:34:32 +0000 +@@ -55,8 +55,7 @@ + + private Dee.Model? _model = null; + private Dee.Model? _stream_filter_model = null; +- private Dee.Filter *stream_filter; +- private Dee.Filter *sort_filter; ++ private Dee.Filter sort_filter; + private int _position = 0; + private string _stream = "home"; + private int _sort_order = 1; +@@ -94,11 +93,13 @@ + get { return _stream_filter_model; } + set { + if (sort_order == 0) +- sort_filter = new Dee.Filter.collator(StreamModelColumn.TIMESTAMP); ++ sort_filter = Dee.Filter.new_collator (StreamModelColumn.TIMESTAMP); + else +- sort_filter = new Dee.Filter.collator_desc(StreamModelColumn.TIMESTAMP); +- _stream_filter_model = new Dee.FilterModel (sort_filter, model); +- ++ sort_filter = Dee.Filter.new_collator_desc (StreamModelColumn.TIMESTAMP); ++ Timer timer = new Timer(); ++ _stream_filter_model = new Dee.FilterModel (model, sort_filter); ++ debug ("Applied sorting filter in %fms", timer.elapsed()*1000); ++ + refresh (); + Idle.add (() => { + adjustment.set_upper ((double)(_stream_filter_model.get_n_rows ())); + +=== modified file 'libgwibber/streams.vala' +--- libgwibber/streams.vala 2011-12-08 22:04:59 +0000 ++++ libgwibber/streams.vala 2012-01-10 16:34:32 +0000 +@@ -167,17 +167,17 @@ + if (stream == "home") { + return model; + } else { +- stream_filter = new Dee.Filter.for_key_column (StreamModelColumn.STREAM, stream); ++ stream_filter = Dee.Filter.new_for_key_column (StreamModelColumn.STREAM, stream); + } +- var filtered_model = new Dee.FilterModel (stream_filter, model); ++ var filtered_model = new Dee.FilterModel (model, stream_filter); + return filtered_model; + } + + public Dee.Model? transient_filter_model (Dee.Model model, string transient) + { + Dee.Filter transient_filter; +- transient_filter = new Dee.Filter.for_key_column (StreamModelColumn.TRANSIENT, transient); +- var filtered_model = new Dee.FilterModel (transient_filter, model); ++ transient_filter = Dee.Filter.new_for_key_column (StreamModelColumn.TRANSIENT, transient); ++ var filtered_model = new Dee.FilterModel (model, transient_filter); + return filtered_model; + } + +@@ -198,7 +198,10 @@ + { + debug ("Getting non-transient model"); + Dee.SequenceModel? model = resources.load ("gwibber.stream_model") as Dee.SequenceModel; +- debug ("stream_model from resources has %u rows", model.get_n_rows ()); ++ if (model is Dee.Model) ++ debug ("stream_model from resources has %u rows", model.get_n_rows ()); ++ else ++ debug ("stream_model from resources isn't valid"); + if (!(model is Dee.SequenceModel)) + { + debug ("Didn't get model from resource manager, creating a new one"); + diff --git a/libqtdee/PKGBUILD b/libqtdee/PKGBUILD index b06a0768c..7c4321009 100644 --- a/libqtdee/PKGBUILD +++ b/libqtdee/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: György Balló pkgname=libqtdee pkgver=0.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="Provides a set of Qt bindings for libdee" arch=('i686' 'x86_64') url="https://launchpad.net/dee-qt" diff --git a/librecad-git/PKGBUILD b/librecad-git/PKGBUILD index 6eaad6ac5..192dc76e1 100644 --- a/librecad-git/PKGBUILD +++ b/librecad-git/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: GazJ Gary James (CADuntu PKGBUILD) pkgname=librecad-git -pkgver=20111102 -pkgrel=1 +pkgver=20120112 +pkgrel=2 pkgdesc="A 2D CAD drawing tool based on the community edition of QCad." arch=('i686' 'x86_64') url="http://sourceforge.net/projects/librecad/" @@ -42,7 +42,7 @@ build() { msg "Starting make..." cd "${srcdir}/${_gitname}" - qmake + qmake librecad.pro make } diff --git a/libunity/PKGBUILD b/libunity/PKGBUILD index e79fe094b..6e8379ac8 100644 --- a/libunity/PKGBUILD +++ b/libunity/PKGBUILD @@ -1,22 +1,22 @@ # Maintainer: György Balló pkgname=libunity -pkgver=4.0.6 -pkgrel=2 +pkgver=5.0.0 +pkgrel=1 pkgdesc="A library for instrumenting and integrating with all aspects of the Unity shell" arch=('i686' 'x86_64') url="https://launchpad.net/libunity" license=('LGPL') -depends=('libgee>=0.6.0' 'dee>=0.5.12' 'libdbusmenu>=0.3.93' 'dbus-glib') -makedepends=('vala>=0.11.3' 'python2' 'gobject-introspection>=0.10.0') -options=(!libtool) -source=(http://launchpad.net/$pkgname/4.0/$pkgver/+download/$pkgname-$pkgver.tar.gz - fix-search-finished-signal.patch) -md5sums=('7184633c82f992a75087ab1203c70c67' - 'ba07cc809526d9a7a99084521dcf19da') +depends=('libgee' 'dee' 'libdbusmenu' 'dbus-glib') +makedepends=('vala' 'python2' 'gobject-introspection') +options=('!libtool') +source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('91ecd378e483c5e4ef25e61ece7be056') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np0 -i "$srcdir/fix-search-finished-signal.patch" + + # Disable building tests + sed -i '/test \\/ d' Makefile.in ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static \ diff --git a/libunity/fix-search-finished-signal.patch b/libunity/fix-search-finished-signal.patch deleted file mode 100644 index 4a6bf1606..000000000 --- a/libunity/fix-search-finished-signal.patch +++ /dev/null @@ -1,45 +0,0 @@ -=== modified file 'src/unity-lens-private.vala' ---- src/unity-lens-private.vala 2011-09-15 09:46:47 +0000 -+++ src/unity-lens-private.vala 2011-09-28 21:17:57 +0000 -@@ -170,6 +170,8 @@ - scope.notify["results-model"].connect (on_scope_results_model_changed); - scope.notify["global-results-model"].connect (on_scope_global_results_model_changed); - scope.notify["filters-model"].connect (on_scope_filters_model_changed); -+ scope.search_finished.connect(on_scope_search_finished); -+ scope.global_search_finished.connect(on_scope_global_search_finished); - } - - private void on_scope_results_model_changed (Object obj, ParamSpec pspec) -@@ -292,6 +294,18 @@ - { - return "%p".printf (scope); - } -+ -+ private void on_scope_search_finished (string search_string, -+ HashTable hints) -+ { -+ search_finished (search_string, hints); -+ } -+ -+ private void on_scope_global_search_finished (string search_string, -+ HashTable hints) -+ { -+ global_search_finished (search_string, hints); -+ } - } - - } /* namespace */ - -=== modified file 'src/unity-scope-proxy-remote.vala' ---- src/unity-scope-proxy-remote.vala 2011-09-26 16:27:30 +0000 -+++ src/unity-scope-proxy-remote.vala 2011-09-28 21:17:57 +0000 -@@ -89,6 +89,8 @@ - try { - _service = yield _bus.get_proxy (dbus_name, dbus_path); - _service.changed.connect (on_changed); -+ _service.search_finished.connect(on_search_finished); -+ _service.global_search_finished.connect(on_global_search_finished); - yield _service.info_request (); - - } catch (Error e) { - diff --git a/linux-ck/PKGBUILD b/linux-ck/PKGBUILD index 22df6e065..d2cce0da5 100644 --- a/linux-ck/PKGBUILD +++ b/linux-ck/PKGBUILD @@ -18,7 +18,7 @@ _BFQ_enable_="n" # enable BFQ as the default I/O scheduler # # To keep track of which modules are needed for your specific system/hardware, give my module_db script # a try: http://aur.archlinux.org/packages.php?ID=41689 Note that if you use my script, this PKGBUILD -# will auto run the reload_data base for you to probe all the modules you have logged! +# will auto run the 'sudo modprobed_db reload' for you to probe all the modules you have logged! # # More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed_db @@ -113,7 +113,7 @@ build() { if [ $_use_current = "y" ]; then if [[ -s /proc/config.gz ]]; then msg "Extracting config from /proc/config.gz..." - modprobe configs + # modprobe configs zcat /proc/config.gz > ./.config else warning "You kernel was not compiled with IKCONFIG_PROC!" diff --git a/python-pygame-hg/PKGBUILD b/python-pygame-hg/PKGBUILD new file mode 100644 index 000000000..eeefa222d --- /dev/null +++ b/python-pygame-hg/PKGBUILD @@ -0,0 +1,53 @@ +# Maintainer: SpepS + +_name=python-pygame +pkgname=$_name-hg +pkgver=3041 +pkgrel=1 +pkgdesc="Python game library" +arch=(i686 x86_64) +url="http://pygame.org/" +license=('LGPL') +depends=('python' 'libjpeg-turbo' 'sdl_ttf' + 'sdl_image' 'sdl_mixer' 'portmidi') +makedepends=('mercurial' 'python-distribute') +provides=('python3-pygame' 'python3-pygame-svn') +conflicts=('python3-pygame' 'python3-pygame-svn') +replaces=('python3-pygame-svn') + +_hgroot=https://bitbucket.org/pygame +_hgrepo=pygame + +build() { + cd "$srcdir" + msg "Connecting to Mercurial server...." + + if [[ -d "$_hgrepo" ]]; then + cd "$_hgrepo" + hg pull -u + msg "The local files are updated." + else + hg clone "$_hgroot" "$_hgrepo" + fi + + msg "Mercurial checkout done or server timeout" + msg "Starting build..." + + rm -rf "$srcdir/$_hgrepo-build" + cp -r "$srcdir/$_hgrepo" "$srcdir/$_hgrepo-build" + cd "$srcdir/$_hgrepo-build" + + # + # BUILD HERE + # + python config.py -auto + python setup.py build +} + +package() { + cd "$srcdir/$_hgrepo-build" + python setup.py install --prefix=/usr \ + --root="$pkgdir/" +} + +# vim:set ts=2 sw=2 et: diff --git a/sloc-git/PKGBUILD b/sloc-git/PKGBUILD new file mode 100644 index 000000000..6b7683243 --- /dev/null +++ b/sloc-git/PKGBUILD @@ -0,0 +1,54 @@ +# Maintainer: Scott Lawrence +pkgname=sloc-git +pkgver=20120112 +pkgrel=1 +pkgdesc="Simply counts source lines of code" +arch=('i686' 'x86_64') +url="https://github.com/bytbox/sloc" +license=('MIT') +depends=('go') +makedepends=() +provides=() +conflicts=() +replaces=() +options=() +install= +changelog= +source=() +noextract=() +md5sums=() #generate with 'makepkg -g' + +_gitroot=git://github.com/bytbox/sloc.git +_gitname=sloc +#_gittag=go.weekly.2011-12-22 + +build() { + cd "$srcdir" + msg "Connecting to GIT server...." + + if [[ -d "$_gitname" ]]; then + cd "$_gitname" && git pull origin + msg "The local files are updated." + else + git clone "$_gitroot" "$_gitname" + fi + + msg "GIT checkout done or server timeout" + msg "Starting build..." + + rm -rf "$srcdir/$_gitname-build" + git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build" + + cd "$srcdir/$_gitname-build" + #git checkout -q $_gittag + make +} + +package() { + cd "$srcdir/$_gitname-build" + ls -F + install -d -m755 "${pkgdir}/usr/bin/" + install -m755 sloc "${pkgdir}/usr/bin/sloc" +} + +# vim:set ts=2 sw=2 et: diff --git a/telepathy-indicator/PKGBUILD b/telepathy-indicator/PKGBUILD index a091bfcbc..72eae3b4c 100644 --- a/telepathy-indicator/PKGBUILD +++ b/telepathy-indicator/PKGBUILD @@ -1,12 +1,13 @@ # Maintainer: György Balló pkgname=telepathy-indicator pkgver=0.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Telepathy integration with the messaging menu" arch=('i686' 'x86_64') url="https://launchpad.net/telepathy-indicator" license=('GPL') -depends=('empathy' 'libindicate-gtk3' 'libunity') +depends=('empathy' 'libindicate' 'libunity') +true && depends=('empathy' 'libindicate-gtk3' 'libunity') makedepends=('intltool') source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz) md5sums=('1e506d402b96d3d4c7143a299a146a22') diff --git a/unity-lens-applications/PKGBUILD b/unity-lens-applications/PKGBUILD index 709b6363c..1d5173f07 100644 --- a/unity-lens-applications/PKGBUILD +++ b/unity-lens-applications/PKGBUILD @@ -1,17 +1,18 @@ # Maintainer: György Balló pkgname=unity-lens-applications -pkgver=0.4.12 -pkgrel=2 +pkgver=5.0.0 +pkgrel=1 pkgdesc="A daemon that exposes you applications with their usage statistics and status to Unity" arch=('i686' 'x86_64') url="https://launchpad.net/unity-lens-applications" license=('GPL') -depends=('gconf' 'libzeitgeist>=0.3.8' 'libunity>=4.0.5' 'gnome-menus2' 'zeitgeist-extensions') -makedepends=('vala>=0.11.3' 'intltool>=0.40.0') -source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz +depends=('libzeitgeist' 'libunity' 'gnome-menus2' 'zeitgeist-extensions' 'dconf') +makedepends=('vala' 'intltool' 'gconf') +install=$pkgname.install +source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz launchpad-export.tar.gz no-db4.8.patch) -md5sums=('ecb6d80f6216fb146b7762c587f489c8' +md5sums=('9f23fa8a64ddf87f32d7d03638eed25c' '4bc072c6980172b7fb8b584b6401e295' '3e1713c082c00642dbd6d80b33d63708') @@ -24,8 +25,9 @@ build() { rename $pkgname- '' ../po/$pkgname-*.po mv -f -t po ../po/* + autoreconf -fi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-static + --disable-static --disable-schemas-compile make } diff --git a/unity-lens-applications/unity-lens-applications.install b/unity-lens-applications/unity-lens-applications.install new file mode 100644 index 000000000..f8470c77c --- /dev/null +++ b/unity-lens-applications/unity-lens-applications.install @@ -0,0 +1,12 @@ +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + diff --git a/unity-lens-files/PKGBUILD b/unity-lens-files/PKGBUILD index b2ddd1813..db08b7b13 100644 --- a/unity-lens-files/PKGBUILD +++ b/unity-lens-files/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: György Balló pkgname=unity-lens-files -pkgver=0.6.12 -pkgrel=2 +pkgver=5.0.0 +pkgrel=1 pkgdesc="A daemon exposing your files and file history to Unity" arch=('i686' 'x86_64') -url="https://launchpad.net/unity-place-files" +url="https://launchpad.net/unity-lens-files" license=('GPL') -depends=('libzeitgeist>=0.3.7' 'libunity>=3.6.3' 'zeitgeist-extensions') -makedepends=('vala>=0.11.3' 'intltool>=0.40.0') -source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz +depends=('libzeitgeist' 'libunity' 'zeitgeist-extensions') +makedepends=('vala' 'intltool') +source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz launchpad-export.tar.gz) -md5sums=('e648069e6765757a979315e75a0750c1' +md5sums=('fa04a5bceeade2f6511ace7c229ba450' '342400d7f3e9f334be31946f38852548') build() { diff --git a/unity-lens-music/PKGBUILD b/unity-lens-music/PKGBUILD index 48c4aa62e..62756e405 100644 --- a/unity-lens-music/PKGBUILD +++ b/unity-lens-music/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: György Balló pkgname=unity-lens-music -pkgver=0.2.6 -pkgrel=2 +pkgver=5.0.0 +pkgrel=1 pkgdesc="Music, in the dash" arch=('i686' 'x86_64') -url="https://launchpad.net/unity-place-music" +url="https://launchpad.net/unity-lens-music" license=('GPL') -depends=('json-glib' 'libunity>=4.0.2' 'banshee') -makedepends=('vala>=0.11.3' 'intltool>=0.40.0') -source=(http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz +depends=('json-glib' 'libunity' 'banshee') +makedepends=('vala' 'intltool') +source=(http://launchpad.net/$pkgname/5.0/$pkgver/+download/$pkgname-$pkgver.tar.gz launchpad-export.tar.gz) -md5sums=('7fc46bcef43aaaaf26d5919d70e96a54' +md5sums=('3c2b1086735f37f27a7182f753e072a6' 'd32f36dae53e43619936a59e0825a87b') build() { diff --git a/util-linux-git/PKGBUILD b/util-linux-git/PKGBUILD index a3cceb190..ff3ae7d12 100644 --- a/util-linux-git/PKGBUILD +++ b/util-linux-git/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Dave Reisner pkgname=util-linux-git -pkgver=20120111 +pkgver=20120112 pkgrel=1 pkgdesc="Miscellaneous system utilities for Linux - the GIT version" url="http://userweb.kernel.org/~kzak/util-linux/" @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') license=('GPL2') depends=('bash' 'zlib') makedepends=('git') -provides=('util-linux-ng=2.20' 'util-linux=2.20') +provides=('util-linux-ng=2.21' 'util-linux=2.21') conflicts=('util-linux-ng' 'util-linux') replaces=('util-linux-ng') options=('!libtool' '!strip') diff --git a/xchat-indicator/PKGBUILD b/xchat-indicator/PKGBUILD index 5007c7d90..68af7a9b8 100644 --- a/xchat-indicator/PKGBUILD +++ b/xchat-indicator/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=xchat-indicator pkgname=xchat-indicator true && pkgname=('xchat-indicator' 'xchat-gnome-indicator') pkgver=0.3.10 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="https://launchpad.net/xchat-indicator" license=('GPL') -- 2.11.4.GIT