From 64094a20d219b01527846e78454793402b07685e Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Fri, 30 Aug 2013 01:43:56 +0300 Subject: updating youtube-dl-current PKGBUILD --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index a4c1c4674..63723fd6f 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.08.28.1 +pkgver=2013.08.29 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('c57a46fe394e5c9cd9484f59f9ae029f' +md5sums=('2d55357fe9799f71d2122b4de7224440' 'SKIP') prepare() { -- cgit v1.2.3-2-g168b From e73edbc68c2fd12028bb3e6e0da12fda51f4f3cd Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Fri, 30 Aug 2013 21:00:36 +0300 Subject: adding Quackle to pcr --- pcr/quackle/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ pcr/quackle/quacker.sh | 3 +++ 2 files changed, 41 insertions(+) create mode 100644 pcr/quackle/PKGBUILD create mode 100755 pcr/quackle/quacker.sh (limited to 'pcr') diff --git a/pcr/quackle/PKGBUILD b/pcr/quackle/PKGBUILD new file mode 100644 index 000000000..02f5ac568 --- /dev/null +++ b/pcr/quackle/PKGBUILD @@ -0,0 +1,38 @@ +# Maintainer: Guillaume ALAUX +pkgname=quackle +pkgver=0.97 +pkgrel=2 +pkgdesc='Free crossword game (Scrabble-like) artificial intelligence and analysis tool' +arch=('i686' 'x86_64') +url='http://people.csail.mit.edu/jasonkb/quackle' +license=('GPL') +depends=('qt4') +makedepends=('qt4') +source=(http://people.csail.mit.edu/jasonkb/${pkgname}/downloads/${pkgname}-${pkgver}/${pkgname}-${pkgver}-source.tar.gz + quacker.sh) +md5sums=('f744484e916f4cbbcffe6c13d772aee7' + '0c3cf80395db58959c8ae825b917a19f') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + qmake-qt4 + make clean + make + + cd "${srcdir}/${pkgname}-${pkgver}/quackleio" + qmake-qt4 + make clean + make + + cd "${srcdir}/${pkgname}-${pkgver}/quacker" + qmake-qt4 + make clean + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + install -dm755 ${pkgdir}/opt/${pkgname} + cp -r quacker/quacker data ${pkgdir}/opt/${pkgname} + install -Dm755 ${srcdir}/quacker.sh ${pkgdir}/usr/bin/quacker +} diff --git a/pcr/quackle/quacker.sh b/pcr/quackle/quacker.sh new file mode 100755 index 000000000..702c262bf --- /dev/null +++ b/pcr/quackle/quacker.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd /opt/quackle +./quacker -- cgit v1.2.3-2-g168b From dbcb8e9c6086b7795901a743ef2bc0c4fa6b628f Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Sat, 31 Aug 2013 11:00:50 +0300 Subject: updating youtube-dl-current --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 63723fd6f..dfaba34cc 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.08.29 +pkgver=2013.08.30 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('2d55357fe9799f71d2122b4de7224440' +md5sums=('f9e5574fe3b645892a7d814797b8a607' 'SKIP') prepare() { -- cgit v1.2.3-2-g168b From 145c8206f8e36e071f8d578981eb037218de37f8 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Mon, 2 Sep 2013 08:31:36 +0300 Subject: updating tanglet version --- pcr/tanglet/PKGBUILD | 16 ++++++++-------- pcr/tanglet/tanglet.install | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'pcr') diff --git a/pcr/tanglet/PKGBUILD b/pcr/tanglet/PKGBUILD index 23e20cd6c..a8114ba62 100644 --- a/pcr/tanglet/PKGBUILD +++ b/pcr/tanglet/PKGBUILD @@ -1,23 +1,23 @@ -# Maintainer (Arch): Graeme Gott -# Maintainer (Parabola): Alon Ivtsan +# Maintainer (AUR): Graeme Gott +# Maintainer: Alon Ivtsan # Based on https://aur.archlinux.org/packages.php?ID=32311 pkgname=tanglet -pkgver=1.2.1 -pkgrel=3 +pkgver=1.2.2 +pkgrel=1 pkgdesc="A single player word finding game based on Boggle." arch=('i686' 'x86_64') url="http://gottcode.org/${pkgname}/" license=('GPL3') -depends=('qt4') +depends=('qt5-base') install=${pkgname}.install source=(http://gottcode.org/${pkgname}/${pkgname}-${pkgver}-src.tar.bz2) -md5sums=('109ad08a03cc64808fa2caad6c3a4a7c') -sha256sums=('94f4c5c76020ec1fe502ff076fbe5471e497d4b7bcabd1e9059e1022d1ce80c8') +md5sums=('584e50d01323c0686ff094195eba4341') +sha256sums=('c90d5c36b7e6cca54cdc001c7eecfb333795add16e6ae01f100026c61f4a84da') build() { cd "${srcdir}/${pkgname}-${pkgver}" - qmake-qt4 PREFIX=/usr + qmake-qt5 PREFIX=/usr make } diff --git a/pcr/tanglet/tanglet.install b/pcr/tanglet/tanglet.install index e70c054ec..81f2ba659 100644 --- a/pcr/tanglet/tanglet.install +++ b/pcr/tanglet/tanglet.install @@ -1,5 +1,5 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { -- cgit v1.2.3-2-g168b From 787f1324ed66c9295a98c283669c50a7bfa03356 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Wed, 4 Sep 2013 04:40:15 +0300 Subject: updating libquvi-scripts-current to version 0.4.18 --- pcr/libquvi-scripts-current/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD index ed6aa3a03..bce42b0e4 100644 --- a/pcr/libquvi-scripts-current/PKGBUILD +++ b/pcr/libquvi-scripts-current/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libquvi-scripts-current _pkgname=libquvi-scripts provides=(libquvi-scripts) -pkgver=0.4.17 +pkgver=0.4.18 pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('any') @@ -13,8 +13,6 @@ license=('LGPL') depends=('curl' 'lua') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig}) -md5sums=('8a887905a368bf31e0ace28e49b5c800' - 'SKIP') build() { cd "${_pkgname}-${pkgver}" @@ -26,3 +24,5 @@ package() { cd "${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } +md5sums=('d36f966974c851d36136c75d462fb319' + 'SKIP') -- cgit v1.2.3-2-g168b From 020ede4c23f6ca7221b3472291f0c02f80aca8d6 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Wed, 4 Sep 2013 10:33:49 +0300 Subject: updating plowshare to version snapshot_git20130901.1c5013f-1 --- pcr/plowshare/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/plowshare/PKGBUILD b/pcr/plowshare/PKGBUILD index ef6e66d77..3076b779e 100644 --- a/pcr/plowshare/PKGBUILD +++ b/pcr/plowshare/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: breakdown pkgname=plowshare -pkgver=snapshot_git20130727.5740aff +pkgver=snapshot_git20130901.1c5013f pkgrel=1 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." arch=('any') @@ -15,7 +15,7 @@ optdepends=('bash-completion: enable bash auto completion' 'aview: ascii display for no X server') conflicts=("$pkgname-git") source=("http://$pkgname.googlecode.com/files/${pkgname}4-${pkgver/_/-}.tar.gz") -md5sums=('fb992180ff1515bc1b69b4ac012e8f05') +md5sums=('c5fe40d79dea2cf02ba534c9a0ea9680') package() { cd "$srcdir/${pkgname}4-${pkgver/_/-}" -- cgit v1.2.3-2-g168b From 0b85ffc3de22f3a4c1288e6494c39b195efab0a9 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Wed, 4 Sep 2013 18:12:15 +0300 Subject: updating youtube-dl-current to version 2013.09.04 --- pcr/youtube-dl-current/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index dfaba34cc..1aab4522e 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.08.30 +pkgver=2013.09.04 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,8 +14,6 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('f9e5574fe3b645892a7d814797b8a607' - 'SKIP') prepare() { cd ${_pkgname} @@ -29,3 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } +md5sums=('252f503736cef7049d3a1ed20a2ffc5f' + 'SKIP') -- cgit v1.2.3-2-g168b From 9795fc593309b642607a0bf93c5ae62a6c207c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Alexandre=20Silva=20Delgado?= Date: Wed, 4 Sep 2013 21:56:10 -0300 Subject: ruby1: adding pkg to pcr repo --- pcr/ruby1/PKGBUILD | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ pcr/ruby1/gemrc | 5 +++ pcr/ruby1/ruby.install | 22 +++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 pcr/ruby1/PKGBUILD create mode 100644 pcr/ruby1/gemrc create mode 100644 pcr/ruby1/ruby.install (limited to 'pcr') diff --git a/pcr/ruby1/PKGBUILD b/pcr/ruby1/PKGBUILD new file mode 100644 index 000000000..c20b8720a --- /dev/null +++ b/pcr/ruby1/PKGBUILD @@ -0,0 +1,84 @@ +# Maintainer: Thomas Dziedzic +# Contributor: Allan McRae +# Contributor: John Proctor +# Contributor: Jeramy Rutley + +_pkgname=ruby +pkgname=("${_pkgname}1" "${_pkgname}1-docs") +pkgver=1.9.3_p448 +pkgrel=1 +arch=('i686' 'x86_64' 'mips64el') +url='http://www.ruby-lang.org/en/' +license=('BSD' 'custom') +makedepends=('gdbm' 'openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml') +options=('!emptydirs' '!makeflags' '!staticlibs') +source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2" + 'gemrc') +md5sums=('aa710d386e5903f78f0231868255e6af' + '6fb8e7a09955e0f64be3158fb4a27e7a') + +build() { + cd ruby-${pkgver//_/-} + + msg 'use gdbm because db v6 changed the license to AGPL' + sed -i 's|db db2 db1 db5 db4 db3|| + \|db[1-5]/n\{0,1\}dbm\{0,1\}[.]h|d + \|traditional ndbm [(]4[.]3BSD[)]|d + ' ext/dbm/extconf.rb + + msg 'fixing gemrc to gem1rc' + sed -i 's|gemrc|gem1rc|g + ' doc/rubygems/{ChangeLog,History.txt} \ + lib/rubygems{,/command,/commands/environment_command,/config_file}.rb \ + test/rubygems/test_gem_{config_file,gem_runner,remote_fetcher}.rb + + PKG_CONFIG=/usr/bin/pkg-config ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-shared \ + --disable-rpath \ + --program-suffix=1 + + make +} + +check() { + cd ruby-${pkgver//_/-} + + make test +} + +package_ruby1() { + pkgdesc='An object-oriented language for quick and easy programming (1.9 ver.)' + depends=('gdbm' 'openssl' 'libffi' 'libyaml') + optdepends=('tk: for Ruby/TK' + 'ruby-docs: Ruby documentation') + backup=('etc/gem1rc') + install='ruby.install' + + cd ruby-${pkgver//_/-} + + make DESTDIR="${pkgdir}" install-nodoc + + install -D -m644 ${srcdir}/gemrc "${pkgdir}/etc/gem1rc" + + install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby1/LICENSE" + install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby1/BSDL" + + msg 'remove useless files' + rm -v "${pkgdir}/usr/lib/libruby.so" +} + +package_ruby1-docs() { + pkgdesc='Documentation files for ruby (1.9 ver.)' + + cd ruby-${pkgver//_/-} + + make DESTDIR="${pkgdir}" install-doc install-capi + + install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby1-docs/LICENSE" + install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby1-docs/BSDL" + + msg 'fixing doc path' + mv -v ${pkgdir}/usr/share/doc/ruby{,1} +} diff --git a/pcr/ruby1/gemrc b/pcr/ruby1/gemrc new file mode 100644 index 000000000..3d11de1ec --- /dev/null +++ b/pcr/ruby1/gemrc @@ -0,0 +1,5 @@ +# Read about the gemrc format at http://docs.rubygems.org/read/chapter/11 + +# --user-install is used to install to $HOME/.gem/ by default since we want to separate +# pacman installed gems and gem installed gems +gem: --user-install diff --git a/pcr/ruby1/ruby.install b/pcr/ruby1/ruby.install new file mode 100644 index 000000000..ce78e96ec --- /dev/null +++ b/pcr/ruby1/ruby.install @@ -0,0 +1,22 @@ +#!/bin/sh + +print_gem_default_target() { + echo 'The default location of gem installs is $HOME/.gem/ruby' + echo 'Add the following line to your PATH if you plan to install using gem' + echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin' + echo 'If you want to install to the system wide location, you must either:' + echo 'edit /etc/gemrc or run gem with the --no-user-install flag.' +} + +# arg 1: the new package version +post_install() { + print_gem_default_target +} + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + if [ "$(vercmp $2 1.9.3_p125-4)" -lt 0 ]; then + print_gem_default_target + fi +} -- cgit v1.2.3-2-g168b From 22cc22d21ac530b10d3d3d323daf72c5e7f07f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Alexandre=20Silva=20Delgado?= Date: Thu, 5 Sep 2013 17:19:10 -0300 Subject: fixing ruby1 --- pcr/ruby1/PKGBUILD | 4 ++-- pcr/ruby1/ruby.install | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pcr') diff --git a/pcr/ruby1/PKGBUILD b/pcr/ruby1/PKGBUILD index c20b8720a..4a441bc1c 100644 --- a/pcr/ruby1/PKGBUILD +++ b/pcr/ruby1/PKGBUILD @@ -6,7 +6,7 @@ _pkgname=ruby pkgname=("${_pkgname}1" "${_pkgname}1-docs") pkgver=1.9.3_p448 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url='http://www.ruby-lang.org/en/' license=('BSD' 'custom') @@ -52,7 +52,7 @@ package_ruby1() { pkgdesc='An object-oriented language for quick and easy programming (1.9 ver.)' depends=('gdbm' 'openssl' 'libffi' 'libyaml') optdepends=('tk: for Ruby/TK' - 'ruby-docs: Ruby documentation') + 'ruby1-docs: Ruby documentation') backup=('etc/gem1rc') install='ruby.install' diff --git a/pcr/ruby1/ruby.install b/pcr/ruby1/ruby.install index ce78e96ec..21e9b98a2 100644 --- a/pcr/ruby1/ruby.install +++ b/pcr/ruby1/ruby.install @@ -3,9 +3,9 @@ print_gem_default_target() { echo 'The default location of gem installs is $HOME/.gem/ruby' echo 'Add the following line to your PATH if you plan to install using gem' - echo '$(ruby -rubygems -e "puts Gem.user_dir")/bin' + echo '$(ruby1 -rubygems -e "puts Gem.user_dir")/bin' echo 'If you want to install to the system wide location, you must either:' - echo 'edit /etc/gemrc or run gem with the --no-user-install flag.' + echo 'edit /etc/gem1rc or run gem with the --no-user-install flag.' } # arg 1: the new package version -- cgit v1.2.3-2-g168b From 10bd709cadf3c31c0f27335e6238496709cf30ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Alexandre=20Silva=20Delgado?= Date: Thu, 5 Sep 2013 20:04:53 -0300 Subject: removing chiliproject package --- pcr/chiliproject/PKGBUILD | 41 ----------------------------------- pcr/chiliproject/chiliproject.install | 17 --------------- 2 files changed, 58 deletions(-) delete mode 100644 pcr/chiliproject/PKGBUILD delete mode 100644 pcr/chiliproject/chiliproject.install (limited to 'pcr') diff --git a/pcr/chiliproject/PKGBUILD b/pcr/chiliproject/PKGBUILD deleted file mode 100644 index 976316dc4..000000000 --- a/pcr/chiliproject/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: Márcio Silva - -pkgname=chiliproject -pkgver=3.3.0 -pkgrel=1 -pkgdesc="Chiliproject is a fork of Redmine, a flexible project management web application written using Ruby on Rails." -arch=('any') -url="https://www.chiliproject.org" -license=('GPL2') -depends=('ruby' 'ruby-bundler' 'mysql' 'libxml2' 'libxslt' 'imagemagick' 'pkg-config') -provides=('chiliproject') -backup=('var/lib/chiliproject/config/database.yml' - 'var/lib/chiliproject/config/configuration.yml') -makedepends=('glibc') -optdepends=('git: Git repository browsing' - 'subversion>=1.3.0: Subversion repository browsing' - 'darcs: Darcs repository browsing' - 'bzr: Bazaar repository browsing' - 'mercurial: Mercurial repository browsing') -options=() -install=chiliproject.install -source=("https://www.chiliproject.org/attachments/download/360/chiliproject-$pkgver.tar.gz") -md5sums=('4fa4a825cf0cd91d7495180a19bc4c11') - -build() { - return 0 -} - -package() { - cd "$srcdir/chiliproject-$pkgver" - - # install in /var/lib - _instdir="$pkgdir/var/lib/chiliproject" - mkdir -p ${_instdir} - cp -ra . ${_instdir} - - # create required directories - mkdir -p "${_instdir}/public/plugin_assets" -} - -# vim:set ts=4 sw=4 et: diff --git a/pcr/chiliproject/chiliproject.install b/pcr/chiliproject/chiliproject.install deleted file mode 100644 index cb4622f09..000000000 --- a/pcr/chiliproject/chiliproject.install +++ /dev/null @@ -1,17 +0,0 @@ -adjust_perms(){ - chown -R http:http "/var/lib/chiliproject" 1>/dev/null - for dir in /var/lib/chiliproject/{files,log,tmp,public/plugin_assets}; do - chown -R http:http "$dir" 1>/dev/null - chmod -R 755 "$dir" 1>/dev/null - done -} - -post_install() { - adjust_perms - echo 'take a look at https://wiki.archlinux.org/index.php?title=Chiliproject for further setup instructions.' -} - -post_upgrade() { - adjust_perms - echo 'take a look at https://wiki.archlinux.org/index.php?title=Chiliproject for further setup instructions.' -} -- cgit v1.2.3-2-g168b From d006e83b17c35a5e4605a7102898ce4c8ccfdc08 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Fri, 6 Sep 2013 07:33:21 +0300 Subject: updating youtube-dl-current to version 2013.09.05 --- pcr/youtube-dl-current/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 1aab4522e..33fafddfa 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.09.04 +pkgver=2013.09.05 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,6 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('252f503736cef7049d3a1ed20a2ffc5f' + +md5sums=('111dce261a41edc032f386777e90e8e1' 'SKIP') -- cgit v1.2.3-2-g168b From dd14d2e28669d6cb3a7e385e9f51f3688e4b8f6f Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Fri, 6 Sep 2013 23:41:53 +0300 Subject: updating youtube-dl-current to version 2013.09.06.1 --- pcr/youtube-dl-current/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 33fafddfa..4fa04466e 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.09.05 +pkgver=2013.09.06.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,6 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('111dce261a41edc032f386777e90e8e1' + +md5sums=('3ec268b42605d985b1957fab1f13b8ee' 'SKIP') -- cgit v1.2.3-2-g168b From 9b7260e8a409470302d46dc2c02feabfc933a155 Mon Sep 17 00:00:00 2001 From: Shackra Sislock Date: Fri, 6 Sep 2013 22:53:24 -0600 Subject: updating owncloud-client and its dependencies --- pcr/ocsync/PKGBUILD | 7 ++++--- pcr/owncloud-client/PKGBUILD | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/ocsync/PKGBUILD b/pcr/ocsync/PKGBUILD index 97bc26754..cde26af30 100644 --- a/pcr/ocsync/PKGBUILD +++ b/pcr/ocsync/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kuba Serafinowski # https://github.com/zizzfizzix/pkgbuilds -# Maintainer: Jorge Araya Navarro +# Maintainer: Jorge Araya Navarro # ############################################################## #### The section below can be adjusted to suit your needs #### @@ -15,8 +15,8 @@ _buildtype="Release" ############################################################## pkgname=ocsync -pkgver=0.80.0 -pkgrel=3 +pkgver=0.90.0 +pkgrel=1 pkgdesc="A file synchronizer especially designed for you, the normal user. Dependency of owncloud-client." arch=("i686" "x86_64") url="http://www.csync.org" @@ -52,3 +52,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver}-build make DESTDIR=${pkgdir} install } +md5sums=('6f1cfe47d6a7741c6e8df8642de52c0f') diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD index a4e86099b..44c8fcaa9 100644 --- a/pcr/owncloud-client/PKGBUILD +++ b/pcr/owncloud-client/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kuba Serafinowski # https://github.com/zizzfizzix/pkgbuilds -# Maintainer: Jorge Araya Navarro +# Maintainer: Jorge Araya Navarro # ############################################################## #### The section below can be adjusted to suit your needs #### @@ -16,8 +16,8 @@ _buildtype="Release" _name=mirall pkgname=owncloud-client -pkgver=1.3.0 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="ownCloud client based on mirall" arch=('i686' 'x86_64') url="http://owncloud.org/" @@ -58,3 +58,4 @@ package() { cd ${srcdir}/${_name}-${pkgver}-build make DESTDIR=${pkgdir} install } +md5sums=('05a69082b4e940b4282c2b05344c143a') -- cgit v1.2.3-2-g168b From 8e81bb1431ec6d669604d12079f59f0ca9bb1a15 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 8 Sep 2013 12:40:24 -0400 Subject: touch up maildirproc, include the docs, move from [~lukeshu] to [prc] --- pcr/maildirproc/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pcr/maildirproc/PKGBUILD (limited to 'pcr') diff --git a/pcr/maildirproc/PKGBUILD b/pcr/maildirproc/PKGBUILD new file mode 100644 index 000000000..0e3becf75 --- /dev/null +++ b/pcr/maildirproc/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Luke Shumaker +# Maintainer (AUR): Mick Koch + +pkgname="maildirproc" +pkgver="0.5.0" +pkgrel="3" +pkgdesc="Sorts mail based on a Python configuration file" +arch=("any") +url="http://joel.rosdahl.net/maildirproc/" +license=("GPL") # GPLv2+ +depends=("python") +source=("http://joel.rosdahl.net/maildirproc/releases/$pkgname-$pkgver.tar.bz2") +md5sums=("eaa001f6cd1befee99528ca55da979ca") + +package() { + cd "$srcdir/$pkgname-$pkgver" + python setup.py install --root="$pkgdir" --optimize=1 + + mkdir -p "$pkgdir"/usr/share/doc/$pkgname/ + cp -r doc/* "$pkgdir"/usr/share/doc/$pkgname/ +} -- cgit v1.2.3-2-g168b From 66231aefb19906557507587cc33e1e2467610e43 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Sun, 8 Sep 2013 21:49:44 +0300 Subject: updating youtube-dl-current to version 2013.09.07 --- pcr/youtube-dl-current/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 4fa04466e..f30db0ed2 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.09.06.1 +pkgver=2013.09.07 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,6 +28,5 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } - -md5sums=('3ec268b42605d985b1957fab1f13b8ee' +md5sums=('0128368f02f404d8e15935c0b034f6a0' 'SKIP') -- cgit v1.2.3-2-g168b From f315becffa2ee6ebf396146d9f38ddf42a575d52 Mon Sep 17 00:00:00 2001 From: Shackra Sislock Date: Sun, 8 Sep 2013 21:57:29 -0600 Subject: adding qtkeychain, a owncloud-client dependency --- pcr/owncloud-client/PKGBUILD | 6 +++--- pcr/qtkeychain/PKGBUILD | 48 +++++++++++++++++++++++++++++++++++++++++ pcr/qtkeychain/prefer-qt4.patch | 17 +++++++++++++++ 3 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 pcr/qtkeychain/PKGBUILD create mode 100644 pcr/qtkeychain/prefer-qt4.patch (limited to 'pcr') diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD index 44c8fcaa9..ea808c1ef 100644 --- a/pcr/owncloud-client/PKGBUILD +++ b/pcr/owncloud-client/PKGBUILD @@ -22,7 +22,7 @@ pkgdesc="ownCloud client based on mirall" arch=('i686' 'x86_64') url="http://owncloud.org/" license=('GPL2') -depends=('qt4' 'ocsync') +depends=('qt4' 'ocsync' 'qtkeychain' 'qtwebkit') makedepends=('cmake') optdepends=('qtkeychain: safe password storage') provides=('mirall' 'owncloud-client') @@ -30,7 +30,8 @@ conflicts=('mirall-git') install=owncloud-client.install backup=('etc/owncloud-client/sync-exclude.lst') source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2") -md5sums=('ee2e7bafc714399f2027fefed853f968') +md5sums=('05a69082b4e940b4282c2b05344c143a') + if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then options=(!strip) @@ -58,4 +59,3 @@ package() { cd ${srcdir}/${_name}-${pkgver}-build make DESTDIR=${pkgdir} install } -md5sums=('05a69082b4e940b4282c2b05344c143a') diff --git a/pcr/qtkeychain/PKGBUILD b/pcr/qtkeychain/PKGBUILD new file mode 100644 index 000000000..152971751 --- /dev/null +++ b/pcr/qtkeychain/PKGBUILD @@ -0,0 +1,48 @@ +# Maintainer: Kuba Serafinowski +# Maintainer: Jorge Araya Navarro +# Contributor: Teo Mrnjavac +# https://github.com/zizzfizzix/pkgbuilds + +_buildtype="Release" + +pkgname=qtkeychain +pkgver=0.1 +pkgrel=3 +pkgdesc="Provides support for secure credentials storage." +arch=('i686' 'x86_64') +url="https://github.com/frankosterfeld/qtkeychain" +license=('BSD2') +depends=('qt4') +makedepends=('cmake') +source=("${pkgname}-${pkgver}.zip::https://github.com/frankosterfeld/qtkeychain/archive/${pkgver}.zip" 'prefer-qt4.patch') +md5sums=('a1d11a611b27759a531896b57be15947' + 'a2c46e61af02100a6f67487ffeb8a3d0') + +if [[ ! ${_buildtype} == "Release" ]] && [[ ! ${_buildtype} == "release" ]]; then + options=(!strip) +fi + +prepare() { + cd ${srcdir}/${pkgname}-${pkgver} + patch -Np1 -i ${srcdir}/prefer-qt4.patch + + if [[ -e ${srcdir}/${pkgname}-${pkgver}-build ]]; then rm -rf ${srcdir}/${pkgname}-${pkgver}-build; fi + mkdir ${srcdir}/${pkgname}-${pkgver}-build +} + +build() { + cd ${srcdir}/${pkgname}-${pkgver}-build + cmake -DBUILD_WITH_QT4=on \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_LIBEXECDIR=lib/${pkgname} \ + -DCMAKE_BUILD_TYPE=${_buildtype} \ + ../${pkgname}-${pkgver} + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver}-build + make DESTDIR=${pkgdir} install + install -D -m644 ${srcdir}/${pkgname}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} diff --git a/pcr/qtkeychain/prefer-qt4.patch b/pcr/qtkeychain/prefer-qt4.patch new file mode 100644 index 000000000..0e264aad1 --- /dev/null +++ b/pcr/qtkeychain/prefer-qt4.patch @@ -0,0 +1,17 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index aba9032..4de64c8 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -11,8 +11,10 @@ set(QTKEYCHAIN_SOVERSION 0) + set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/cmake/Modules") + include(GNUInstallDirs) + +-# try Qt5 first, and prefer that if found +-find_package(Qt5Core QUIET) ++# try Qt5 first, and prefer that if found, unless BUILD_WITH_QT4 is set ++if (NOT BUILD_WITH_QT4) ++ find_package(Qt5Core QUIET) ++endif() + if (Qt5Core_FOUND) + if(UNIX AND NOT APPLE) + find_package(Qt5DBus REQUIRED) -- cgit v1.2.3-2-g168b