diff options
-rw-r--r-- | community/fceux/PKGBUILD | 34 | ||||
-rw-r--r-- | community/fceux/fceux.install | 10 | ||||
-rw-r--r-- | community/fcitx/PKGBUILD | 6 | ||||
-rw-r--r-- | community/glom/PKGBUILD | 8 | ||||
-rw-r--r-- | community/homebank/PKGBUILD | 8 | ||||
-rw-r--r-- | community/homebank/homebank.changelog | 3 | ||||
-rw-r--r-- | community/ibus-libpinyin/PKGBUILD | 6 | ||||
-rw-r--r-- | community/monit/PKGBUILD | 11 | ||||
-rw-r--r-- | community/monit/monit.changelog | 5 | ||||
-rw-r--r-- | community/projectm/PKGBUILD | 30 | ||||
-rw-r--r-- | community/qlandkartegt/PKGBUILD | 8 | ||||
-rw-r--r-- | community/qlandkartegt/qlandkartegt.changelog | 3 | ||||
-rw-r--r-- | community/viking/PKGBUILD | 6 | ||||
-rw-r--r-- | community/viking/viking.changelog | 3 | ||||
-rw-r--r-- | extra/lighttpd/PKGBUILD | 8 | ||||
-rw-r--r-- | extra/thin-provisioning-tools/PKGBUILD | 28 | ||||
-rw-r--r-- | extra/xf86-input-wacom/PKGBUILD | 6 | ||||
-rw-r--r-- | kernels/linux-libre-pae/PKGBUILD | 8 | ||||
-rw-r--r-- | kernels/linux-libre-xen/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/linux-libre/PKGBUILD | 8 |
20 files changed, 125 insertions, 82 deletions
diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD index 15050fb34..185825bd5 100644 --- a/community/fceux/PKGBUILD +++ b/community/fceux/PKGBUILD @@ -1,44 +1,40 @@ -# $Id: PKGBUILD 93772 2013-07-10 07:27:12Z bpiotrowski $ +# $Id: PKGBUILD 97759 2013-09-28 13:37:37Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contriutor: Eric Belanger <eric@archlinux.org> # Contributor: Jo Christian Bergskås <jcberg@gmail.com> pkgname=fceux -pkgver=2.2.1.1 -pkgrel=2 +pkgver=2.2.2 +pkgrel=1 url='http://www.fceux.com/' pkgdesc='Fast and ultra-compatible NES/Famicom emulator' arch=('x86_64' 'i686') license=('GPL') -depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl') +depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl' 'shared-mime-info') makedepends=('scons' 'mesa-libgl' 'glu') -optdepends=('xchm: for viewing the manual') -install="$pkgname.install" -source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/2.2.1%20src/$pkgname-$pkgver.src.tar.gz") -sha256sums=('afb0b3b8e1d2eea40c59777ef538b69b16164ae53c406106e541099534db828c') +install='fceux.install' +source=("https://downloads.sourceforge.net/project/fceultra/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz") +sha256sums=('804d11bdb4a195f3a580ce5d2d01be877582763378637e16186a22459f5fe5e1') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" - msg2 'Compiling...' scons } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" - msg2 'Packaging binaries, data and man-pages...' - scons install --prefix="$pkgdir/usr" + scons install -i --prefix="$pkgdir/usr" - msg2 'Packaging documentation...' - install -Dm644 "src/drivers/win/help/$pkgname.chm" \ - "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm" + # scons install creates usr/share/pixmaps as a regular file, wtf? + rm -f "$pkgdir/usr/share/pixmaps" + + install -d "$pkgdir/usr/share/doc/$pkgname" cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/" - # Removing manpages that are already placed in the right location - rm -f "$pkgdir/usr/share/doc/$pkgname/*.6" install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/" - msg2 'Packaging desktop shortcut and icon...' + # desktop shortcut install -Dm644 "$pkgname.desktop" \ "$pkgdir/usr/share/applications/$pkgname.desktop" install -Dm644 "$pkgname.png" \ diff --git a/community/fceux/fceux.install b/community/fceux/fceux.install index ad97d7bab..6af331ec0 100644 --- a/community/fceux/fceux.install +++ b/community/fceux/fceux.install @@ -1,13 +1,15 @@ -post_upgrade() { +post_install() { update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +# xdg-icon-resource forceupdate --theme hicolor &> /dev/null } -post_install() { - post_upgrade +post_upgrade() { + post_install } post_remove() { - post_upgrade + post_install } # vim:set ts=2 sw=2 et: diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 35d7a4484..7a4798b89 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 97631 2013-09-26 04:10:56Z fyan $ +# $Id: PKGBUILD 97747 2013-09-28 08:49:25Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: csslayer <wengxt AT gmail com> pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4') -pkgver=4.2.8.2 +pkgver=4.2.8.3 pkgrel=1 groups=('fcitx-im') arch=('i686' 'x86_64') @@ -119,4 +119,4 @@ package_fcitx-qt4() { make DESTDIR="${pkgdir}" install } -sha512sums=('57945d1bacf80b112a4c5fd8454931f7014036ad1b7b81161be184c3c4d6e31c501f90361bd7327ebaef651f162eb450a6def4c726bd7159c3794b7606b3c2e2') +sha512sums=('93c7aa5209f344e1e89addb1dca7a76cde884e4467c0db5f79e758ea8ffb0fe1207ba1c507fb6574fe8223fa873ed5d1dd44835b70cf9254f5149df8e242e92d') diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index 40cdb5031..d298f7610 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 94024 2013-07-13 12:32:26Z svenstaro $ +# $Id: PKGBUILD 97732 2013-09-28 07:17:42Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=glom -pkgver=1.24.0 -pkgrel=2 +pkgver=1.24.1 +pkgrel=1 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" @@ -16,7 +16,7 @@ makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz) -sha256sums=('83ff79610ffdede48536c0d07d5288ad84ec26c86aa2aa1db98b46abdebbdcc2') +sha256sums=('eae586be8d3fc36ee80e5ca0ef5d877e76d346cbfe451c9abff5be27692030d1') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/homebank/PKGBUILD b/community/homebank/PKGBUILD index bfe2f464c..069b6dfa2 100644 --- a/community/homebank/PKGBUILD +++ b/community/homebank/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 96645 2013-09-02 18:43:17Z jlichtblau $ +# $Id: PKGBUILD 97728 2013-09-28 06:50:13Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=homebank -pkgver=4.5.2 +pkgver=4.5.3 pkgrel=1 pkgdesc="Free, easy, personal accounting for everyone" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('intltool') install=$pkgname.install changelog=$pkgname.changelog source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz) -sha256sums=('f539d27758d864802d5d63a06864fcc992d2d7b7d9e872621786a83c3d672f5f') +sha256sums=('b3318255676a09e7d6f26a8d750f77f40cfeb1b54dffaff8765f14a85f98ae74') build() { cd ${srcdir}/$pkgname-$pkgver @@ -28,4 +28,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha256sums=('b3318255676a09e7d6f26a8d750f77f40cfeb1b54dffaff8765f14a85f98ae74') +sha256sums=('d636b02b9113bc371c40b6497089ac0ba156e9a89c412f4629c7da8374030ebb') diff --git a/community/homebank/homebank.changelog b/community/homebank/homebank.changelog index 2866e49a6..ad68aa5d1 100644 --- a/community/homebank/homebank.changelog +++ b/community/homebank/homebank.changelog @@ -1,3 +1,6 @@ +2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * homebank 4.5.3-1 + 2013-09-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * homebank 4.5.2-1 diff --git a/community/ibus-libpinyin/PKGBUILD b/community/ibus-libpinyin/PKGBUILD index 40c189245..eddecbb2d 100644 --- a/community/ibus-libpinyin/PKGBUILD +++ b/community/ibus-libpinyin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 89875 2013-05-04 04:07:03Z fyan $ +# $Id: PKGBUILD 97726 2013-09-28 04:15:21Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Yangtse Su<yangtsesu@gmail.com> # Contributor: Jekyll Wu<adaptee [at] gmail [dot] com> @@ -8,12 +8,12 @@ pkgname=ibus-libpinyin pkgver=1.6.91 -pkgrel=1 +pkgrel=2 pkgdesc="Intelligent Pinyin engine based on libpinyin for IBus" arch=('i686' 'x86_64') license=('LGPL') url="https://github.com/libpinyin/ibus-libpinyin" -depends=('ibus' 'libpinyin') +depends=('ibus' 'libpinyin' 'python2-xdg') makedepends=('git' 'intltool' 'gnome-common') source=(https://github.com/libpinyin/ibus-libpinyin/archive/$pkgver.tar.gz automake-1.13.patch) diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD index 48ff45d64..763238050 100644 --- a/community/monit/PKGBUILD +++ b/community/monit/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92063 2013-05-31 02:32:07Z seblu $ +# $Id: PKGBUILD 97739 2013-09-28 07:54:08Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Contributor: Marco Bartholomew <marco@marcobartholomew.com> pkgname=monit -pkgver=5.5 -pkgrel=3 +pkgver=5.6 +pkgrel=1 pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system" arch=('i686' 'x86_64') url="http://mmonit.com/monit/" @@ -15,14 +15,13 @@ backup=('etc/monitrc') changelog=$pkgname.changelog source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \ monit.service) -sha256sums=('8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53' +sha256sums=('38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d' 'cf607209e9e5d39e708152dc181525570371fab750f828e890e2b6a00b81ebc4') build() { cd ${srcdir}/$pkgname-$pkgver ./configure --prefix=/usr - make } @@ -30,8 +29,6 @@ package() { cd ${srcdir}/$pkgname-$pkgver make DESTDIR=${pkgdir} install - install -D -m700 monitrc ${pkgdir}/etc/monitrc - install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service } diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog index 07cea8e3d..ddc3eac05 100644 --- a/community/monit/monit.changelog +++ b/community/monit/monit.changelog @@ -1,4 +1,7 @@ -2012-10-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * monit 5.6-1 + +2012-10-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * monit 5.5-2 systemd .service file added 2012-10-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> diff --git a/community/projectm/PKGBUILD b/community/projectm/PKGBUILD index e73e42b7f..f1535a072 100644 --- a/community/projectm/PKGBUILD +++ b/community/projectm/PKGBUILD @@ -1,37 +1,40 @@ -# $Id: PKGBUILD 94903 2013-08-01 06:55:29Z bpiotrowski $ +# $Id: PKGBUILD 97763 2013-09-28 21:30:38Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Alexander Baldeck <alexander@archlinux.org> # Contributor: Denis A. Altoe Falqueto <denisfalqueto@gmail.com> pkgbase=projectm -pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-qt' 'projectm-test') +pkgname=('projectm' 'projectm-libvisual' 'projectm-pulseaudio' 'projectm-jack' 'projectm-qt' 'projectm-test') pkgver=2.1.0 -pkgrel=6 +pkgrel=8 arch=('x86_64' 'i686') url='http://projectm.sourceforge.net/' license=('LGPL') -makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 'sdl' 'libxext' 'pulseaudio') +makedepends=('mesa-libgl' 'qt4' 'cmake' 'ftgl' 'glew' 'gtkglext' 'libvisual' 'sdl' 'libxext' 'pulseaudio' 'jack') source=("http://downloads.sourceforge.net/$pkgname/projectM-complete-$pkgver-Source.tar.gz" 'projectm-test-opengl.patch' 'projectm-install-vera-ttf.patch') sha256sums=('513204f033006bd3dcdf8aada196d816d6b7187266ddcbb1594d0285cc9406ee' 'c577d8356be011a3b3ee9f9b389db55f47804d100f690d8ea12f2920cdd432d1' '7d67aad0b210edf25a527274504c9efdf3e9d5b737235b938fec361ac5a8b110') -_projectmdir="projectM-complete-$pkgver-Source" -build() { - cd "$srcdir/projectM-complete-$pkgver-Source" +prepare() { + cd "projectM-complete-$pkgver-Source" + patch -p1 -i "$srcdir/projectm-test-opengl.patch" patch -p1 -i "$srcdir/projectm-install-vera-ttf.patch" - mkdir -p "$srcdir/build" - cd "$srcdir/build" +} + +build() { + cd build cmake \ -Wno-dev \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ + -DINCLUDE-PROJECTM-JACK=ON \ "../projectM-complete-$pkgver-Source" make } @@ -41,7 +44,6 @@ package_projectm() { depends=('ftgl' 'glew' 'libgl') cd "$srcdir/build" - for dirs in src/{NativePresets,libprojectM}; do make -C "$dirs" DESTDIR="$pkgdir" install done @@ -65,6 +67,14 @@ package_projectm-pulseaudio() { make DESTDIR="$pkgdir" install } +package_projectm-jack() { + pkgdesc='ProjectM support for Jack' + depends=('projectm-qt' 'jack') + + cd "$srcdir/build/src/projectM-jack" + make DESTDIR="$pkgdir" install +} + package_projectm-qt() { pkgdesc='Qt bindings for ProjectM' depends=('projectm' 'qt4' 'libgl') diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD index 7107b5c4d..664a562a2 100644 --- a/community/qlandkartegt/PKGBUILD +++ b/community/qlandkartegt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 96652 2013-09-02 19:19:45Z jlichtblau $ +# $Id: PKGBUILD 97737 2013-09-28 07:46:07Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Matthias Maennich <arch@maennich.net> # Contributor: <boenki@gmx.de> pkgname=qlandkartegt -pkgver=1.7.3 +pkgver=1.7.4 pkgrel=1 pkgdesc="Use your GPS with Linux" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz $pkgname-mimetypes.xml) -sha256sums=('156ae80bda0e7004f63867f0880b8737fb4e175388fc9edf6d541f2901686737' +sha256sums=('d6412ae6b34c2ec8a5f929f7aa8b4d1a660f913f16ea52096f93b42d4f271daf' 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') build() { @@ -40,5 +40,3 @@ package(){ install -D -m644 "${srcdir}/$pkgname-mimetypes.xml" \ "${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml" } -sha256sums=('dbfc9636f4a8cc88737dff8cbd3b411e4b1ac17c552516396b55d1e680ad953c' - 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0') diff --git a/community/qlandkartegt/qlandkartegt.changelog b/community/qlandkartegt/qlandkartegt.changelog index 01b841a7d..4630d2591 100644 --- a/community/qlandkartegt/qlandkartegt.changelog +++ b/community/qlandkartegt/qlandkartegt.changelog @@ -1,3 +1,6 @@ +2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * qlandkartegt 1.7.4-1 + 2013-09-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * qlandkartegt 1.7.3-1 diff --git a/community/viking/PKGBUILD b/community/viking/PKGBUILD index 6886e9d2f..c6e47690a 100644 --- a/community/viking/PKGBUILD +++ b/community/viking/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91039 2013-05-18 13:32:51Z jlichtblau $ +# $Id: PKGBUILD 97743 2013-09-28 08:12:47Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Nick Østergaard <oe.nick@gmail.com> # Contributor: Jonny Gerold <jonny@fsk141.com> pkgname=viking -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="GTK+2 application to manage GPS data" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ options=('!emptydirs') install=$pkgname.install changelog=$pkgname.changelog source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('20d91b048d2bfbb33498af4da5dc120a3a9232ed05a4a87a3ce6e341445ef640') +sha256sums=('58e85c9792d0df62c3c9b583869bc40d6218ca01c117c05599d45e6d6b254bf1') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/viking/viking.changelog b/community/viking/viking.changelog index 6f22365fd..78255a931 100644 --- a/community/viking/viking.changelog +++ b/community/viking/viking.changelog @@ -1,3 +1,6 @@ +2013-09-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * viking 1.4.2-1 + 2013-05-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * viking 1.4.1-1 diff --git a/extra/lighttpd/PKGBUILD b/extra/lighttpd/PKGBUILD index f96e5a3e0..843ff5baf 100644 --- a/extra/lighttpd/PKGBUILD +++ b/extra/lighttpd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 185242 2013-05-12 10:58:13Z pierre $ +# $Id: PKGBUILD 195225 2013-09-28 07:19:12Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=lighttpd -pkgver=1.4.32 -pkgrel=5 +pkgver=1.4.33 +pkgrel=1 pkgdesc='A secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ install='lighttpd.install' source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz" "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc" 'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 'lighttpd.service') -sha256sums=('1368f80069ce71f5928cad59c8e60c0b95876942ca9e02c53853e54ae24aedc1' +sha256sums=('2886aedc23857ca44df91b8fe6f36059ec82a859ae0eb230220e42abc331610c' 'SKIP' '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe' 'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa' diff --git a/extra/thin-provisioning-tools/PKGBUILD b/extra/thin-provisioning-tools/PKGBUILD new file mode 100644 index 000000000..a57b84756 --- /dev/null +++ b/extra/thin-provisioning-tools/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 195238 2013-09-28 21:28:47Z thomas $ +# Maintainer: Eric Bélanger <eric@archlinux.org> +# Contributor: Jason Hall <cakersq@gmail.com> + +pkgname=thin-provisioning-tools +pkgver=0.2.7 +pkgrel=1 +pkgdesc="A suite of tools for manipulating the metadata of the dm-thin device-mapper target" +arch=('i686' 'x86_64') +url="https://github.com/jthornber/thin-provisioning-tools" +license=('GPL3') +depends=('expat' 'gcc-libs') +makedepends=('boost') +source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz) +sha1sums=('23ce1110899adce9406aa614a4ee19950e00ee7a') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + autoconf + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" BINDIR="${pkgdir}"/usr/bin MANDIR=/usr/share/man install +} + diff --git a/extra/xf86-input-wacom/PKGBUILD b/extra/xf86-input-wacom/PKGBUILD index 33e2fddba..9a2acb24c 100644 --- a/extra/xf86-input-wacom/PKGBUILD +++ b/extra/xf86-input-wacom/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 192066 2013-08-05 14:20:19Z andyrtr $ +# $Id: PKGBUILD 195224 2013-09-28 05:24:38Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: M Rawash <mrawash@gmail.com> pkgname=xf86-input-wacom -pkgver=0.22.1 +pkgver=0.23.0 pkgrel=1 pkgdesc="X.Org Wacom tablet driver" arch=(i686 x86_64) @@ -18,7 +18,7 @@ optdepends=('inputattach: support for serial tablets') options=(!libtool) source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2 70-wacom.rules) -md5sums=('dba80caac08145a907fc7f7796f3aea7' +md5sums=('353642b8a3f2dde089e913be32955aae' 'cc46dcb399d5ee62c9feb610c60d1270') build() { diff --git a/kernels/linux-libre-pae/PKGBUILD b/kernels/linux-libre-pae/PKGBUILD index 73b12e493..d648ee9e4 100644 --- a/kernels/linux-libre-pae/PKGBUILD +++ b/kernels/linux-libre-pae/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 195142 2013-09-25 15:58:07Z tpowa $ +# $Id: PKGBUILD 195190 2013-09-27 06:12:11Z tpowa $ # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,8 +6,8 @@ pkgbase=linux-libre-pae # Build stock -LIBRE-PAE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.11 -pkgver=${_basekernel}.1 -pkgrel=3 +pkgver=${_basekernel}.2 +pkgrel=1 arch=('i686') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -25,7 +25,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn '3.11.1-fix-skge.patch' '3.11-haswell-intel_pstate.patch') md5sums=('7ec84223c7adcf01a5287eb7af96b7e7' - '7b051faf375c76d4763a24048c52600b' + '33426579c358003b46a3cc2171ae6505' 'bef7b3ced683c4dc9361f8739ec9f566' 'f302c931bd85309da9d9792b4cc96467' '36e90334b12b2e9d53fd92129ee98f5b' diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD index 437c48670..eeafa749f 100644 --- a/kernels/linux-libre-xen/PKGBUILD +++ b/kernels/linux-libre-xen/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 195142 2013-09-25 15:58:07Z tpowa $ +# $Id: PKGBUILD 195190 2013-09-27 06:12:11Z tpowa $ # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -6,8 +6,8 @@ pkgbase=linux-libre-xen # Build stock -LIBRE-XEN kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.11 -pkgver=${_basekernel}.1 -pkgrel=3 +pkgver=${_basekernel}.2 +pkgrel=1 arch=('i686') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -25,7 +25,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn '3.11.1-fix-skge.patch' '3.11-haswell-intel_pstate.patch') md5sums=('7ec84223c7adcf01a5287eb7af96b7e7' - '7b051faf375c76d4763a24048c52600b' + '33426579c358003b46a3cc2171ae6505' '212338fa662436f9590026c9a71d82f7' 'b7c2805bb287a644c0a303bf7721e534' '36e90334b12b2e9d53fd92129ee98f5b' diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 1f0e471eb..6f233515d 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 195142 2013-09-25 15:58:07Z tpowa $ +# $Id: PKGBUILD 195190 2013-09-27 06:12:11Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer: Thomas Baechler <thomas@archlinux.org> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> @@ -10,9 +10,9 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.11 -_sublevel=1 +_sublevel=2 pkgver=${_basekernel}.${_sublevel} -pkgrel=3 +pkgrel=1 _lxopkgver=${_basekernel}.1 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" @@ -34,7 +34,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn '3.11-haswell-intel_pstate.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('7ec84223c7adcf01a5287eb7af96b7e7' - '7b051faf375c76d4763a24048c52600b' + '33426579c358003b46a3cc2171ae6505' 'b7718a81faf845ab53234336122ad631' 'f7ee88ffc93b665345b6ee89ff192e1f' 'e49ac236dfeef709f91a3d993ea7b62c' |