diff options
86 files changed, 547 insertions, 577 deletions
diff --git a/community/antiword/PKGBUILD b/community/antiword/PKGBUILD index 3d5c45644..e546a5269 100644 --- a/community/antiword/PKGBUILD +++ b/community/antiword/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 55537 2011-09-14 08:02:10Z andrea $ +# $Id: PKGBUILD 114551 2014-07-01 23:23:19Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Aaron, phrakture, Griffin <aaron@archlinux.org> # Contributor: Gustav Munkby <grddev@gmx.net> pkgname=antiword pkgver=0.37 -pkgrel=3 +pkgrel=4 pkgdesc="A free MS Word reader for Linux and RISC OS" arch=('i686' 'x86_64') url="http://www.winfield.demon.nl/" diff --git a/community/avr-binutils/PKGBUILD b/community/avr-binutils/PKGBUILD index 2c9d3deca..0055c79db 100644 --- a/community/avr-binutils/PKGBUILD +++ b/community/avr-binutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 106897 2014-03-09 19:30:48Z schuay $ +# $Id: PKGBUILD 114588 2014-07-02 06:54:55Z schuay $ # Maintainer: schuay <jakob.gruber@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: Corrado Primier <bardo@aur.archlinux.org> @@ -8,7 +8,7 @@ pkgname=avr-binutils pkgver=2.24 -pkgrel=1 +pkgrel=2 pkgdesc="A set of programs to assemble and manipulate binary and object files for the AVR architecture" arch=('i686' 'x86_64') url="http://www.gnu.org/software/binutils/" @@ -25,6 +25,7 @@ build() { cd ${srcdir}/binutils-${pkgver} # See https://bugs.archlinux.org/task/32504 + # And https://bugs.archlinux.org/task/40986 patch -Np0 < ${srcdir}/avr-size.patch # https://bugs.archlinux.org/task/34629 @@ -76,4 +77,4 @@ package() { md5sums=('e0f71a7b2ddab0f8612336ac81d9636b' 'SKIP' - '573769ec1107d1bfed78680edd7ae63f') + '7f62e260650ceb0ff2f7cb44c3ee899c') diff --git a/community/avr-binutils/avr-size.patch b/community/avr-binutils/avr-size.patch index 2e01c3d31..b36f3d6d0 100644 --- a/community/avr-binutils/avr-size.patch +++ b/community/avr-binutils/avr-size.patch @@ -1,8 +1,10 @@ -AVR specific only --------------------------------------------------------------------------------- +AVR only; support -C for AVR memory usage + +Source: http://git.makehackvoid.com/cgi-bin/gitweb.cgi?p=mhvavrtools.git;a=blob_plain;f=mhvavrtools/patches/binutils-001-avr-size.patch;h=e80d28eae46217551d996a2253256c97d10aa4b5;hb=refs/heads/master +=========================================================== --- binutils/size.c 2007-08-06 13:56:14.000000000 -0600 +++ binutils/size.c 2007-09-13 09:13:10.281250000 -0600 -@@ -35,10 +35,31 @@ +@@ -36,10 +36,31 @@ #include "getopt.h" #include "bucomm.h" @@ -36,7 +38,7 @@ AVR specific only /* Program options. */ static enum -@@ -47,9 +68,8 @@ static enum +@@ -48,9 +69,8 @@ static enum } radix = decimal; @@ -47,7 +49,7 @@ AVR specific only static int show_version = 0; static int show_help = 0; static int show_totals = 0; -@@ -63,6 +83,157 @@ static bfd_size_type total_textsize; +@@ -64,6 +84,246 @@ static bfd_size_type total_textsize; /* Program exit status. */ static int return_code = 0; @@ -63,12 +65,18 @@ AVR specific only +#define AVR4K 4096UL +#define AVR8K 8192UL +#define AVR16K 16384UL ++#define AVR20K 20480UL +#define AVR24K 24576UL +#define AVR32K 32768UL ++#define AVR36K 36864UL +#define AVR40K 40960UL +#define AVR64K 65536UL ++#define AVR68K 69632UL +#define AVR128K 131072UL ++#define AVR136K 139264UL ++#define AVR200K 204800UL +#define AVR256K 262144UL ++#define AVR264K 270336UL + +typedef struct +{ @@ -80,123 +88,206 @@ AVR specific only + +avr_device_t avr[] = +{ -+ {"atmega2560", AVR256K, AVR8K, AVR4K}, -+ {"atmega2561", AVR256K, AVR8K, AVR4K}, -+ -+ {"at43usb320", AVR128K, 608UL, 0}, -+ {"at90can128", AVR128K, AVR4K, AVR4K}, -+ {"at90usb1286", AVR128K, AVR8K, AVR4K}, -+ {"at90usb1287", AVR128K, AVR8K, AVR4K}, -+ {"atmega128", AVR128K, AVR4K, AVR4K}, -+ {"atmega1280", AVR128K, AVR8K, AVR4K}, -+ {"atmega1281", AVR128K, AVR8K, AVR4K}, -+ {"atmega1284P", AVR128K, AVR16K, AVR4K}, -+ {"atmega103", AVR128K, 4000UL, AVR4K}, -+ {"atxmega128a1",AVR128K, AVR8K, AVR2K}, -+ -+ {"at90can64", AVR64K, AVR4K, AVR2K}, -+ {"at90usb646", AVR64K, AVR4K, AVR2K}, -+ {"at90usb647", AVR64K, AVR4K, AVR2K}, -+ {"atmega64", AVR64K, AVR4K, AVR2K}, -+ {"atmega640", AVR64K, AVR8K, AVR4K}, -+ {"atmega644", AVR64K, AVR4K, AVR2K}, -+ {"atmega644p", AVR64K, AVR4K, AVR2K}, -+ {"atmega645", AVR64K, AVR4K, AVR2K}, -+ {"atmega6450", AVR64K, AVR4K, AVR2K}, -+ {"atmega649", AVR64K, AVR4K, AVR2K}, -+ {"atmega6490", AVR64K, AVR4K, AVR2K}, -+ {"atxmega64a1", AVR64K, AVR4K, AVR2K}, -+ -+ {"atmega406", AVR40K, AVR512, AVR2K}, -+ -+ {"at90can32", AVR32K, AVR2K, AVR1K}, -+ {"at94k", AVR32K, AVR4K, 0}, -+ {"atmega32", AVR32K, AVR2K, AVR1K}, -+ {"atmega323", AVR32K, AVR2K, AVR1K}, -+ {"atmega324p", AVR32K, AVR2K, AVR1K}, -+ {"atmega325", AVR32K, AVR2K, AVR1K}, -+ {"atmega325p", AVR32K, AVR2K, AVR1K}, -+ {"atmega3250", AVR32K, AVR2K, AVR1K}, -+ {"atmega3250p", AVR32K, AVR2K, AVR1K}, -+ {"atmega328p", AVR32K, AVR2K, AVR1K}, -+ {"atmega329", AVR32K, AVR2K, AVR1K}, -+ {"atmega329p", AVR32K, AVR2K, AVR1K}, -+ {"atmega3290", AVR32K, AVR2K, AVR1K}, -+ {"atmega3290p", AVR32K, AVR2K, AVR1K}, -+ {"atmega32hvb", AVR32K, AVR2K, AVR1K}, -+ {"atmega32c1", AVR32K, AVR2K, AVR1K}, -+ {"atmega32m1", AVR32K, AVR2K, AVR1K}, -+ {"atmega32u4", AVR32K, 2560UL, AVR1K}, -+ -+ {"at43usb355", AVR24K, 1120, 0}, -+ -+ {"at76c711", AVR16K, AVR2K, 0}, -+ {"at90pwm216", AVR16K, AVR1K, AVR512}, -+ {"at90pwm316", AVR16K, AVR1K, AVR512}, -+ {"at90usb162", AVR16K, AVR512, AVR512}, -+ {"atmega16", AVR16K, AVR1K, AVR512}, -+ {"atmega161", AVR16K, AVR1K, AVR512}, -+ {"atmega162", AVR16K, AVR1K, AVR512}, -+ {"atmega163", AVR16K, AVR1K, AVR512}, -+ {"atmega164", AVR16K, AVR1K, AVR512}, -+ {"atmega164p", AVR16K, AVR1K, AVR512}, -+ {"atmega165", AVR16K, AVR1K, AVR512}, -+ {"atmega165p", AVR16K, AVR1K, AVR512}, -+ {"atmega168", AVR16K, AVR1K, AVR512}, -+ {"atmega168p", AVR16K, AVR1K, AVR512}, -+ {"atmega169", AVR16K, AVR1K, AVR512}, -+ {"atmega169p", AVR16K, AVR1K, AVR512}, -+ {"attiny167", AVR16K, AVR512, AVR512}, -+ {"atxmega16d4", AVR16K, AVR2K, AVR1K}, -+ -+ {"at90c8534", AVR8K, 352, AVR512}, -+ {"at90pwm1", AVR8K, AVR512, AVR512}, -+ {"at90pwm2", AVR8K, AVR512, AVR512}, -+ {"at90pwm2b", AVR8K, AVR512, AVR512}, -+ {"at90pwm3", AVR8K, AVR512, AVR512}, -+ {"at90pwm3b", AVR8K, AVR512, AVR512}, -+ {"at90s8515", AVR8K, AVR512, AVR512}, -+ {"at90s8535", AVR8K, AVR512, AVR512}, -+ {"at90usb82", AVR8K, AVR512, AVR512}, -+ {"atmega8", AVR8K, AVR1K, AVR512}, -+ {"atmega8515", AVR8K, AVR512, AVR512}, -+ {"atmega8535", AVR8K, AVR512, AVR512}, -+ {"atmega88", AVR8K, AVR1K, AVR512}, -+ {"atmega88p", AVR8K, AVR1K, AVR512}, -+ {"attiny84", AVR8K, AVR512, AVR512}, -+ {"attiny85", AVR8K, AVR512, AVR512}, -+ {"attiny861", AVR8K, AVR512, AVR512}, -+ {"attiny88", AVR8K, AVR256, AVR64}, -+ -+ {"at90s4414", AVR4K, 352, AVR256}, -+ {"at90s4433", AVR4K, AVR128, AVR256}, -+ {"at90s4434", AVR4K, 352, AVR256}, -+ {"atmega48", AVR4K, AVR512, AVR256}, -+ {"atmega48p", AVR4K, AVR512, AVR256}, -+ {"attiny43u", AVR4K, AVR256, AVR64}, -+ {"attiny44", AVR4K, AVR256, AVR256}, -+ {"attiny45", AVR4K, AVR256, AVR256}, -+ {"attiny461", AVR4K, AVR256, AVR256}, -+ {"attiny48", AVR4K, AVR256, AVR64}, -+ -+ {"at86rf401", AVR2K, 224, AVR128}, -+ {"at90s2313", AVR2K, AVR128, AVR128}, -+ {"at90s2323", AVR2K, AVR128, AVR128}, -+ {"at90s2333", AVR2K, 224, AVR128}, -+ {"at90s2343", AVR2K, AVR128, AVR128}, -+ {"attiny22", AVR2K, 224, AVR128}, -+ {"attiny2313", AVR2K, AVR128, AVR128}, -+ {"attiny24", AVR2K, AVR128, AVR128}, -+ {"attiny25", AVR2K, AVR128, AVR128}, -+ {"attiny26", AVR2K, AVR128, AVR128}, -+ {"attiny261", AVR2K, AVR128, AVR128}, -+ {"attiny28", AVR2K, 0, 0}, -+ -+ {"at90s1200", AVR1K, 0, AVR64}, -+ {"attiny11", AVR1K, 0, AVR64}, -+ {"attiny12", AVR1K, 0, AVR64}, -+ {"attiny13", AVR1K, AVR64, AVR64}, -+ {"attiny15", AVR1K, 0, AVR64}, ++ {"atxmega256a3", AVR264K, AVR16K, AVR4K}, ++ {"atxmega256a3b", AVR264K, AVR16K, AVR4K}, ++ {"atxmega256d3", AVR264K, AVR16K, AVR4K}, ++ ++ {"atmega2560", AVR256K, AVR8K, AVR4K}, ++ {"atmega2561", AVR256K, AVR8K, AVR4K}, ++ ++ {"atxmega192a3", AVR200K, AVR16K, AVR2K}, ++ {"atxmega192d3", AVR200K, AVR16K, AVR2K}, ++ ++ {"atxmega128a1", AVR136K, AVR8K, AVR2K}, ++ {"atxmega128a1u", AVR136K, AVR8K, AVR2K}, ++ {"atxmega128a3", AVR136K, AVR8K, AVR2K}, ++ {"atxmega128d3", AVR136K, AVR8K, AVR2K}, ++ ++ {"at43usb320", AVR128K, 608UL, 0UL}, ++ {"at90can128", AVR128K, AVR4K, AVR4K}, ++ {"at90usb1286", AVR128K, AVR8K, AVR4K}, ++ {"at90usb1287", AVR128K, AVR8K, AVR4K}, ++ {"atmega128", AVR128K, AVR4K, AVR4K}, ++ {"atmega1280", AVR128K, AVR8K, AVR4K}, ++ {"atmega1281", AVR128K, AVR8K, AVR4K}, ++ {"atmega1284p", AVR128K, AVR16K, AVR4K}, ++ {"atmega128rfa1", AVR128K, AVR16K, AVR4K}, ++ {"atmega103", AVR128K, 4000UL, AVR4K}, ++ ++ {"atxmega64a1", AVR68K, AVR4K, AVR2K}, ++ {"atxmega64a1u", AVR68K, AVR4K, AVR2K}, ++ {"atxmega64a3", AVR68K, AVR4K, AVR2K}, ++ {"atxmega64d3", AVR68K, AVR4K, AVR2K}, ++ ++ {"at90can64", AVR64K, AVR4K, AVR2K}, ++ {"at90scr100", AVR64K, AVR4K, AVR2K}, ++ {"at90usb646", AVR64K, AVR4K, AVR2K}, ++ {"at90usb647", AVR64K, AVR4K, AVR2K}, ++ {"atmega64", AVR64K, AVR4K, AVR2K}, ++ {"atmega640", AVR64K, AVR8K, AVR4K}, ++ {"atmega644", AVR64K, AVR4K, AVR2K}, ++ {"atmega644a", AVR64K, AVR4K, AVR2K}, ++ {"atmega644p", AVR64K, AVR4K, AVR2K}, ++ {"atmega644pa", AVR64K, AVR4K, AVR2K}, ++ {"atmega645", AVR64K, AVR4K, AVR2K}, ++ {"atmega645a", AVR64K, AVR4K, AVR2K}, ++ {"atmega645p", AVR64K, AVR4K, AVR2K}, ++ {"atmega6450", AVR64K, AVR4K, AVR2K}, ++ {"atmega6450a", AVR64K, AVR4K, AVR2K}, ++ {"atmega6450p", AVR64K, AVR4K, AVR2K}, ++ {"atmega649", AVR64K, AVR4K, AVR2K}, ++ {"atmega649a", AVR64K, AVR4K, AVR2K}, ++ {"atmega649p", AVR64K, AVR4K, AVR2K}, ++ {"atmega6490", AVR64K, AVR4K, AVR2K}, ++ {"atmega6490a", AVR64K, AVR4K, AVR2K}, ++ {"atmega6490p", AVR64K, AVR4K, AVR2K}, ++ {"atmega64c1", AVR64K, AVR4K, AVR2K}, ++ {"atmega64hve", AVR64K, AVR4K, AVR1K}, ++ {"atmega64m1", AVR64K, AVR4K, AVR2K}, ++ {"m3000", AVR64K, AVR4K, 0UL}, ++ ++ {"atmega406", AVR40K, AVR2K, AVR512}, ++ ++ {"atxmega32a4", AVR36K, AVR4K, AVR1K}, ++ {"atxmega32d4", AVR36K, AVR4K, AVR1K}, ++ ++ {"at90can32", AVR32K, AVR2K, AVR1K}, ++ {"at94k", AVR32K, AVR4K, 0UL}, ++ {"atmega32", AVR32K, AVR2K, AVR1K}, ++ {"atmega323", AVR32K, AVR2K, AVR1K}, ++ {"atmega324a", AVR32K, AVR2K, AVR1K}, ++ {"atmega324p", AVR32K, AVR2K, AVR1K}, ++ {"atmega324pa", AVR32K, AVR2K, AVR1K}, ++ {"atmega325", AVR32K, AVR2K, AVR1K}, ++ {"atmega325a", AVR32K, AVR2K, AVR1K}, ++ {"atmega325p", AVR32K, AVR2K, AVR1K}, ++ {"atmega3250", AVR32K, AVR2K, AVR1K}, ++ {"atmega3250a", AVR32K, AVR2K, AVR1K}, ++ {"atmega3250p", AVR32K, AVR2K, AVR1K}, ++ {"atmega328", AVR32K, AVR2K, AVR1K}, ++ {"atmega328p", AVR32K, AVR2K, AVR1K}, ++ {"atmega329", AVR32K, AVR2K, AVR1K}, ++ {"atmega329a", AVR32K, AVR2K, AVR1K}, ++ {"atmega329p", AVR32K, AVR2K, AVR1K}, ++ {"atmega329pa", AVR32K, AVR2K, AVR1K}, ++ {"atmega3290", AVR32K, AVR2K, AVR1K}, ++ {"atmega3290a", AVR32K, AVR2K, AVR1K}, ++ {"atmega3290p", AVR32K, AVR2K, AVR1K}, ++ {"atmega32hvb", AVR32K, AVR2K, AVR1K}, ++ {"atmega32c1", AVR32K, AVR2K, AVR1K}, ++ {"atmega32hvb", AVR32K, AVR2K, AVR1K}, ++ {"atmega32m1", AVR32K, AVR2K, AVR1K}, ++ {"atmega32u2", AVR32K, AVR1K, AVR1K}, ++ {"atmega32u4", AVR32K, 2560UL, AVR1K}, ++ {"atmega32u6", AVR32K, 2560UL, AVR1K}, ++ ++ {"at43usb355", AVR24K, 1120UL, 0UL}, ++ ++ {"atxmega16a4", AVR20K, AVR2K, AVR1K}, ++ {"atxmega16d4", AVR20K, AVR2K, AVR1K}, ++ ++ {"at76c711", AVR16K, AVR2K, 0UL}, ++ {"at90pwm216", AVR16K, AVR1K, AVR512}, ++ {"at90pwm316", AVR16K, AVR1K, AVR512}, ++ {"at90usb162", AVR16K, AVR512, AVR512}, ++ {"atmega16", AVR16K, AVR1K, AVR512}, ++ {"atmega16a", AVR16K, AVR1K, AVR512}, ++ {"atmega161", AVR16K, AVR1K, AVR512}, ++ {"atmega162", AVR16K, AVR1K, AVR512}, ++ {"atmega163", AVR16K, AVR1K, AVR512}, ++ {"atmega164", AVR16K, AVR1K, AVR512}, ++ {"atmega164a", AVR16K, AVR1K, AVR512}, ++ {"atmega164p", AVR16K, AVR1K, AVR512}, ++ {"atmega165a", AVR16K, AVR1K, AVR512}, ++ {"atmega165", AVR16K, AVR1K, AVR512}, ++ {"atmega165p", AVR16K, AVR1K, AVR512}, ++ {"atmega168", AVR16K, AVR1K, AVR512}, ++ {"atmega168a", AVR16K, AVR1K, AVR512}, ++ {"atmega168p", AVR16K, AVR1K, AVR512}, ++ {"atmega169", AVR16K, AVR1K, AVR512}, ++ {"atmega169a", AVR16K, AVR1K, AVR512}, ++ {"atmega169p", AVR16K, AVR1K, AVR512}, ++ {"atmega169pa", AVR16K, AVR1K, AVR512}, ++ {"atmega16hva", AVR16K, 768UL, AVR256}, ++ {"atmega16hva2", AVR16K, AVR1K, AVR256}, ++ {"atmega16hvb", AVR16K, AVR1K, AVR512}, ++ {"atmega16m1", AVR16K, AVR1K, AVR512}, ++ {"atmega16u2", AVR16K, AVR512, AVR512}, ++ {"atmega16u4", AVR16K, 1280UL, AVR512}, ++ {"attiny167", AVR16K, AVR512, AVR512}, ++ ++ {"at90c8534", AVR8K, 352UL, AVR512}, ++ {"at90pwm1", AVR8K, AVR512, AVR512}, ++ {"at90pwm2", AVR8K, AVR512, AVR512}, ++ {"at90pwm2b", AVR8K, AVR512, AVR512}, ++ {"at90pwm3", AVR8K, AVR512, AVR512}, ++ {"at90pwm3b", AVR8K, AVR512, AVR512}, ++ {"at90pwm81", AVR8K, AVR256, AVR512}, ++ {"at90s8515", AVR8K, AVR512, AVR512}, ++ {"at90s8535", AVR8K, AVR512, AVR512}, ++ {"at90usb82", AVR8K, AVR512, AVR512}, ++ {"ata6289", AVR8K, AVR512, 320UL}, ++ {"atmega8", AVR8K, AVR1K, AVR512}, ++ {"atmega8515", AVR8K, AVR512, AVR512}, ++ {"atmega8535", AVR8K, AVR512, AVR512}, ++ {"atmega88", AVR8K, AVR1K, AVR512}, ++ {"atmega88a", AVR8K, AVR1K, AVR512}, ++ {"atmega88p", AVR8K, AVR1K, AVR512}, ++ {"atmega88pa", AVR8K, AVR1K, AVR512}, ++ {"atmega8hva", AVR8K, 768UL, AVR256}, ++ {"atmega8u2", AVR8K, AVR512, AVR512}, ++ {"attiny84", AVR8K, AVR512, AVR512}, ++ {"attiny84a", AVR8K, AVR512, AVR512}, ++ {"attiny85", AVR8K, AVR512, AVR512}, ++ {"attiny861", AVR8K, AVR512, AVR512}, ++ {"attiny861a", AVR8K, AVR512, AVR512}, ++ {"attiny87", AVR8K, AVR512, AVR512}, ++ {"attiny88", AVR8K, AVR512, AVR64}, ++ ++ {"at90s4414", AVR4K, 352UL, AVR256}, ++ {"at90s4433", AVR4K, AVR128, AVR256}, ++ {"at90s4434", AVR4K, 352UL, AVR256}, ++ {"atmega48", AVR4K, AVR512, AVR256}, ++ {"atmega48a", AVR4K, AVR512, AVR256}, ++ {"atmega48p", AVR4K, AVR512, AVR256}, ++ {"attiny4313", AVR4K, AVR256, AVR256}, ++ {"attiny43u", AVR4K, AVR256, AVR64}, ++ {"attiny44", AVR4K, AVR256, AVR256}, ++ {"attiny44a", AVR4K, AVR256, AVR256}, ++ {"attiny45", AVR4K, AVR256, AVR256}, ++ {"attiny461", AVR4K, AVR256, AVR256}, ++ {"attiny461a", AVR4K, AVR256, AVR256}, ++ {"attiny48", AVR4K, AVR256, AVR64}, ++ ++ {"at86rf401", AVR2K, 224UL, AVR128}, ++ {"at90s2313", AVR2K, AVR128, AVR128}, ++ {"at90s2323", AVR2K, AVR128, AVR128}, ++ {"at90s2333", AVR2K, 224UL, AVR128}, ++ {"at90s2343", AVR2K, AVR128, AVR128}, ++ {"attiny20", AVR2K, AVR128, 0UL}, ++ {"attiny22", AVR2K, 224UL, AVR128}, ++ {"attiny2313", AVR2K, AVR128, AVR128}, ++ {"attiny2313a", AVR2K, AVR128, AVR128}, ++ {"attiny24", AVR2K, AVR128, AVR128}, ++ {"attiny24a", AVR2K, AVR128, AVR128}, ++ {"attiny25", AVR2K, AVR128, AVR128}, ++ {"attiny26", AVR2K, AVR128, AVR128}, ++ {"attiny261", AVR2K, AVR128, AVR128}, ++ {"attiny261a", AVR2K, AVR128, AVR128}, ++ {"attiny28", AVR2K, 0UL, 0UL}, ++ {"attiny40", AVR2K, AVR256, 0UL}, ++ ++ {"at90s1200", AVR1K, 0UL, AVR64}, ++ {"attiny9", AVR1K, 32UL, 0UL}, ++ {"attiny10", AVR1K, 32UL, 0UL}, ++ {"attiny11", AVR1K, 0UL, AVR64}, ++ {"attiny12", AVR1K, 0UL, AVR64}, ++ {"attiny13", AVR1K, AVR64, AVR64}, ++ {"attiny13a", AVR1K, AVR64, AVR64}, ++ {"attiny15", AVR1K, 0UL, AVR64}, ++ ++ {"attiny4", AVR512, 32UL, 0UL}, ++ {"attiny5", AVR512, 32UL, 0UL}, +}; + +static char *avrmcu = NULL; @@ -205,7 +296,7 @@ AVR specific only static char *target = NULL; /* Forward declarations. */ -@@ -78,7 +240,8 @@ usage (FILE *stream, int status) +@@ -79,7 +337,8 @@ usage (FILE *stream, int status) fprintf (stream, _(" Displays the sizes of sections inside binary files\n")); fprintf (stream, _(" If no input file(s) are specified, a.out is assumed\n")); fprintf (stream, _(" The options are:\n\ @@ -215,7 +306,7 @@ AVR specific only -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n\ -t --totals Display the total sizes (Berkeley only)\n\ --common Display total size for *COM* syms\n\ -@@ -87,11 +250,7 @@ usage (FILE *stream, int status) +@@ -88,11 +337,7 @@ usage (FILE *stream, int status) -h --help Display this information\n\ -v --version Display the program's version\n\ \n"), @@ -228,7 +319,7 @@ AVR specific only ); list_supported_targets (program_name, stream); if (REPORT_BUGS_TO[0] && status == 0) -@@ -102,6 +261,7 @@ usage (FILE *stream, int status) +@@ -103,6 +359,7 @@ usage (FILE *stream, int status) #define OPTION_FORMAT (200) #define OPTION_RADIX (OPTION_FORMAT + 1) #define OPTION_TARGET (OPTION_RADIX + 1) @@ -236,7 +327,7 @@ AVR specific only static struct option long_options[] = { -@@ -109,6 +269,7 @@ static struct option long_options[] = +@@ -110,6 +368,7 @@ static struct option long_options[] = {"format", required_argument, 0, OPTION_FORMAT}, {"radix", required_argument, 0, OPTION_RADIX}, {"target", required_argument, 0, OPTION_TARGET}, @@ -244,7 +335,7 @@ AVR specific only {"totals", no_argument, &show_totals, 1}, {"version", no_argument, &show_version, 1}, {"help", no_argument, &show_help, 1}, -@@ -140,7 +301,7 @@ main (int argc, char **argv) +@@ -141,7 +399,7 @@ main (int argc, char **argv) bfd_init (); set_default_bfd_target (); @@ -253,7 +344,7 @@ AVR specific only (int *) 0)) != EOF) switch (c) { -@@ -149,11 +310,15 @@ main (int argc, char **argv) +@@ -150,11 +409,15 @@ main (int argc, char **argv) { case 'B': case 'b': @@ -271,7 +362,7 @@ AVR specific only break; default: non_fatal (_("invalid argument to --format: %s"), optarg); -@@ -161,6 +326,10 @@ main (int argc, char **argv) +@@ -162,6 +424,10 @@ main (int argc, char **argv) } break; @@ -282,7 +373,7 @@ AVR specific only case OPTION_TARGET: target = optarg; break; -@@ -189,11 +358,14 @@ main (int argc, char **argv) +@@ -190,11 +457,14 @@ main (int argc, char **argv) break; case 'A': @@ -299,7 +390,7 @@ AVR specific only case 'v': case 'V': show_version = 1; -@@ -239,7 +411,7 @@ main (int argc, char **argv) +@@ -240,7 +509,7 @@ main (int argc, char **argv) for (; optind < argc;) display_file (argv[optind++]); @@ -308,7 +399,7 @@ AVR specific only { bfd_size_type total = total_textsize + total_datasize + total_bsssize; -@@ -600,13 +772,117 @@ print_sysv_format (bfd *file) +@@ -599,13 +869,117 @@ print_sysv_format (bfd *file) printf ("\n\n"); } @@ -341,12 +432,12 @@ AVR specific only + int rammax = 0; + int eeprommax = 0; + asection *section; -+ bfd_size_type data_size = 0; -+ bfd_size_type text_size = 0; -+ bfd_size_type bss_size = 0; -+ bfd_size_type bootloader_size = 0; -+ bfd_size_type noinit_size = 0; -+ bfd_size_type eeprom_size = 0; ++ bfd_size_type my_datasize = 0; ++ bfd_size_type my_textsize = 0; ++ bfd_size_type my_bsssize = 0; ++ bfd_size_type bootloadersize = 0; ++ bfd_size_type noinitsize = 0; ++ bfd_size_type eepromsize = 0; + + avr_device_t *avrdevice = avr_find_device(); + if (avrdevice != NULL) @@ -358,21 +449,21 @@ AVR specific only + } + + if ((section = bfd_get_section_by_name (file, ".data")) != NULL) -+ data_size = bfd_section_size (file, section); ++ my_datasize = bfd_section_size (file, section); + if ((section = bfd_get_section_by_name (file, ".text")) != NULL) -+ text_size = bfd_section_size (file, section); ++ my_textsize = bfd_section_size (file, section); + if ((section = bfd_get_section_by_name (file, ".bss")) != NULL) -+ bss_size = bfd_section_size (file, section); ++ my_bsssize = bfd_section_size (file, section); + if ((section = bfd_get_section_by_name (file, ".bootloader")) != NULL) -+ bootloader_size = bfd_section_size (file, section); ++ bootloadersize = bfd_section_size (file, section); + if ((section = bfd_get_section_by_name (file, ".noinit")) != NULL) -+ noinit_size = bfd_section_size (file, section); ++ noinitsize = bfd_section_size (file, section); + if ((section = bfd_get_section_by_name (file, ".eeprom")) != NULL) -+ eeprom_size = bfd_section_size (file, section); ++ eepromsize = bfd_section_size (file, section); + -+ bfd_size_type text = text_size + data_size + bootloader_size; -+ bfd_size_type data = data_size + bss_size + noinit_size; -+ bfd_size_type eeprom = eeprom_size; ++ bfd_size_type text = my_textsize + my_datasize + bootloadersize; ++ bfd_size_type data = my_datasize + my_bsssize + noinitsize; ++ bfd_size_type eeprom = eepromsize; + + printf ("AVR Memory Usage\n" + "----------------\n" diff --git a/community/axel/PKGBUILD b/community/axel/PKGBUILD index 710a76841..5acaf6451 100644 --- a/community/axel/PKGBUILD +++ b/community/axel/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 64643 2012-02-17 13:30:17Z foutrelis $ +# $Id: PKGBUILD 114652 2014-07-02 15:10:17Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Roman G <drakosha@au.ru> pkgname=axel pkgver=2.4 -pkgrel=3 +pkgrel=4 pkgdesc="Download accelerator" arch=('i686' 'x86_64') url="http://axel.alioth.debian.org/" license=('GPL') depends=('glibc') -source=(http://alioth.debian.org/frs/download.php/3015/$pkgname-$pkgver.tar.gz) +source=(https://dev.archlinux.org/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.gz) sha256sums=('359a57ab4e354bcb6075430d977c59d33eb3e2f1415a811948fa8ae657ca8036') build() { diff --git a/community/cuyo/PKGBUILD b/community/cuyo/PKGBUILD index dfcd2ffc3..e48f91dfd 100644 --- a/community/cuyo/PKGBUILD +++ b/community/cuyo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84769 2013-02-24 13:12:51Z jlichtblau $ +# $Id: PKGBUILD 114662 2014-07-02 16:36:44Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=cuyo pkgver=2.0.0 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Tetris-style puzzle game for up to two players with a twist" arch=('i686' 'x86_64') diff --git a/community/cuyo/cuyo.changelog b/community/cuyo/cuyo.changelog index f7e64c7af..c5f624173 100644 --- a/community/cuyo/cuyo.changelog +++ b/community/cuyo/cuyo.changelog @@ -1,3 +1,6 @@ +2014-07-02 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * cuyo 2.0.0-2 mtree file rebuild + 2013-02-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * cuyo 2.0.0-1 diff --git a/community/geary/PKGBUILD b/community/geary/PKGBUILD index a0e6f12fe..8fe8fe401 100755 --- a/community/geary/PKGBUILD +++ b/community/geary/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 108852 2014-04-05 12:09:16Z alucryd $ +# $Id: PKGBUILD 114611 2014-07-02 09:05:12Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor : sebikul <sebikul@gmail.com> # Contributor : Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=geary -pkgver=0.6.0 -pkgrel=2 +pkgver=0.6.1 +pkgrel=1 pkgdesc='A lightweight email client for the GNOME desktop' arch=('i686' 'x86_64') url='http://www.yorba.org/projects/geary/' @@ -14,7 +14,7 @@ depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'webkitgtk') makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool' 'vala') install="${pkgname}.install" source=("https://download.gnome.org/sources/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('44ad1dc2c81c50006c751f8e72aa817f07002188da4c29e158060524a1962715') +sha256sums=('7078dd9353b9ed2d404cb6a6d9b7d461614b283fc5a3a30630647a8c4a37a6f9') build() { cd ${pkgname}-${pkgver} @@ -24,7 +24,8 @@ build() { fi mkdir build && cd build - cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE' + cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \ + -D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='FALSE' make } diff --git a/community/gimp-plugin-fblur/PKGBUILD b/community/gimp-plugin-fblur/PKGBUILD index 4d995bf23..d71b0ad8e 100644 --- a/community/gimp-plugin-fblur/PKGBUILD +++ b/community/gimp-plugin-fblur/PKGBUILD @@ -1,20 +1,27 @@ -# $Id: PKGBUILD 64848 2012-02-18 17:49:48Z stativ $ +# $Id: PKGBUILD 114679 2014-07-02 20:20:01Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=gimp-plugin-fblur pkgver=3.2.6 -pkgrel=3 +pkgrel=4 pkgdesc="Makes out of focus with luminosity and depth" arch=('i686' 'x86_64') url="http://registry.gimp.org/node/1444" license=('GPL') depends=('gimp' 'fftw') makedepends=('intltool') -source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2) -md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8') +source=(http://registry.gimp.org/files/focusblur-$pkgver.tar.bz2 \ + use_glib_h.diff) +md5sums=('6196c88aeee8733bacc3c6e9ac3c6cf8' + 'b654ec87f28589b84625c0683dbe1273') + +prepare() { + cd "$srcdir"/focusblur-$pkgver + patch -Np1 < "$srcdir"/use_glib_h.diff +} build() { cd "$srcdir"/focusblur-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr LIBS=-lm make } diff --git a/community/gimp-plugin-fblur/use_glib_h.diff b/community/gimp-plugin-fblur/use_glib_h.diff new file mode 100644 index 000000000..7cd676515 --- /dev/null +++ b/community/gimp-plugin-fblur/use_glib_h.diff @@ -0,0 +1,14 @@ +diff -rup focusblur-3.2.6/src/aaa.h focusblur-3.2.6.new/src/aaa.h +--- focusblur-3.2.6/src/aaa.h 2008-10-13 17:13:10.000000000 +0200 ++++ focusblur-3.2.6.new/src/aaa.h 2014-07-02 22:13:23.166838342 +0200 +@@ -19,9 +19,7 @@ + #ifndef __AAA_H__ + #define __AAA_H__ + +-#include <glib/gmacros.h> +-#include <glib/gtypes.h> +- ++#include <glib.h> + + G_BEGIN_DECLS + diff --git a/community/gimp-plugin-wavelet-denoise/PKGBUILD b/community/gimp-plugin-wavelet-denoise/PKGBUILD index 9e17c8bfe..944eda770 100644 --- a/community/gimp-plugin-wavelet-denoise/PKGBUILD +++ b/community/gimp-plugin-wavelet-denoise/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 64853 2012-02-18 18:05:29Z stativ $ +# $Id: PKGBUILD 114676 2014-07-02 20:09:34Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=gimp-plugin-wavelet-denoise pkgver=0.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="Tool to reduce noise in each channel of an image separately" arch=('i686' 'x86_64') url="http://registry.gimp.org/node/4235" diff --git a/community/gnucap/PKGBUILD b/community/gnucap/PKGBUILD index b6d7c3cfb..bcbf7c3a3 100644 --- a/community/gnucap/PKGBUILD +++ b/community/gnucap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108737 2014-04-02 12:54:01Z foutrelis $ +# $Id: PKGBUILD 114654 2014-07-02 15:33:00Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Jared Casper <jaredcasper@gmail.com> # Contributor: Georgij Kondratjev <smpuj@bk.ru> @@ -6,7 +6,7 @@ pkgname=gnucap pkgver=20091207 _pkgver=2009-12-07 -pkgrel=2 +pkgrel=3 pkgdesc="GNU Circuit Analysis Package" arch=('i686' 'x86_64') url="http://gnucap.org/" diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD index 01d81d54c..abd1f2e12 100644 --- a/community/gtk-engine-unico/PKGBUILD +++ b/community/gtk-engine-unico/PKGBUILD @@ -1,26 +1,31 @@ -# $Id: PKGBUILD 99797 2013-10-30 23:46:34Z allan $ -# Maintainer: Bartlomiej Piotrowski <nospam@bpiotrowski.pl> +# $Id: PKGBUILD 114667 2014-07-02 18:37:29Z alucryd $ +# Maintainer: Maxime Gauduin <alucryd@gmail.com> +# Maintainer: Bartlomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Hilinus <itahilinus[at]hotmail[dot]it> pkgname=gtk-engine-unico pkgver=1.0.2 -pkgrel=3 +pkgrel=5 pkgdesc='Unico GTK3 theme engine' arch=('i686' 'x86_64') url='https://launchpad.net/unico' license=('GPL') depends=('gtk3') makedepends=('gnome-common') -source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-139.tar.xz) -md5sums=('a451cf9e3d6b092a2fbeb424d0436dd3') +source=("gtk-engine-unico-139.tar.gz::http://bazaar.launchpad.net/~unico-team/unico/trunk/tarball/139") +sha256sums=('75963539dca895ff035fec68bac36e4218ca439f3bac4c826cf6349962166058') build() { - cd "~unico-team/unico/trunk" - ./autogen.sh --prefix=/usr --disable-static + cd ~unico-team/unico/trunk + + ./autogen.sh --prefix='/usr' --disable-static make } package() { - cd "~unico-team/unico/trunk" - make DESTDIR=${pkgdir} install + cd ~unico-team/unico/trunk + + make DESTDIR="${pkgdir}" install } + +# vim: ts=2 sw=2 et: diff --git a/community/jhead/PKGBUILD b/community/jhead/PKGBUILD index 4a2f0ccf3..3e7642f00 100644 --- a/community/jhead/PKGBUILD +++ b/community/jhead/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 84285 2013-02-15 14:37:36Z lfleischer $ +# $Id: PKGBUILD 114563 2014-07-01 23:38:45Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: François Charette <francois ατ archlinux δοτ org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=jhead pkgver=2.97 -pkgrel=1 +pkgrel=2 pkgdesc='EXIF JPEG info parser and thumbnail remover' url="http://www.sentex.net/~mwandel/jhead/" arch=('i686' 'x86_64') diff --git a/community/libfakekey/PKGBUILD b/community/libfakekey/PKGBUILD index 9ec77b55b..f609a1579 100644 --- a/community/libfakekey/PKGBUILD +++ b/community/libfakekey/PKGBUILD @@ -3,13 +3,13 @@ pkgname=libfakekey pkgver=0.1 -pkgrel=5 +pkgrel=6 pkgdesc='X virtual keyboard library.' arch=('i686' 'x86_64') -url='http://matchbox-project.org/' +url='https://www.yoctoproject.org/tools-resources/projects/matchbox' license=('GPL') depends=('libxtst') -source=("http://matchbox-project.org/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") +source=("http://downloads.yoctoproject.org/releases/matchbox/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") md5sums=('83dbde4d77e8baf0176fe4291d8a2303') build() { diff --git a/community/libiptcdata/PKGBUILD b/community/libiptcdata/PKGBUILD index 0c4b4e4c1..588d15b1e 100644 --- a/community/libiptcdata/PKGBUILD +++ b/community/libiptcdata/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 99852 2013-10-31 02:05:27Z allan $ +# $Id: PKGBUILD 114672 2014-07-02 20:04:02Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=libiptcdata pkgver=1.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="Library for manipulating the IPTC metadata" arch=('i686' 'x86_64') url="http://libiptcdata.sourceforge.net/" diff --git a/community/libtommath/PKGBUILD b/community/libtommath/PKGBUILD index 33c60ba42..72048d32e 100644 --- a/community/libtommath/PKGBUILD +++ b/community/libtommath/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59626 2011-11-28 21:56:45Z giovanni $ +# $Id: PKGBUILD 114592 2014-07-02 07:20:30Z fyan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: suasageandeggs <s_stoakley@hotmail.co.uk> # Contributor: Michael Fellinger <manveru@www.weez-int.com> pkgname=libtommath pkgver=0.42.0 -pkgrel=2 +pkgrel=3 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications" url="http://www.libtom.org/" license=('custom') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index 4d8473cdd..9318ba8a2 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 113445 2014-06-23 11:08:53Z spupykin $ +# $Id: PKGBUILD 114628 2014-07-02 10:14:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jonathan Wiersma <archaur at jonw dot org> pkgname=libvirt -pkgver=1.2.5 -pkgrel=2 +pkgver=1.2.6 +pkgrel=1 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') url="http://libvirt.org/" @@ -62,7 +62,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz" libvirtd.conf.d libvirtd-guests.conf.d libvirt.tmpfiles.d) -md5sums=('787960669a40181fd381a87a318c0660' +md5sums=('ac1c3edbafb38f7978debe9507e5515c' '3ed0e24f5b5e25bf553f5427d64915e6' '0a96ed876ffb1fcb9dff5a9b3a609c1e' '020971887442ebbf1b6949e031c8dd3f') diff --git a/community/lightdm-gtk-greeter/PKGBUILD b/community/lightdm-gtk-greeter/PKGBUILD new file mode 100755 index 000000000..9dc04a212 --- /dev/null +++ b/community/lightdm-gtk-greeter/PKGBUILD @@ -0,0 +1,57 @@ +# $Id: PKGBUILD 114606 2014-07-02 08:51:42Z alucryd $ +# Maintainer: Maxime Gauduin <alucryd@gmail.com> +# Contributor: Padfoot <padfoot@exemail.com.au> + +pkgbase=lightdm-gtk-greeter +pkgname=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter') +pkgver=1.8.5 +pkgrel=1 +epoch=1 +pkgdesc='GTK+ greeter for LightDM' +arch=('i686' 'x86_64') +url="https://launchpad.net/${pkgbase}" +license=('GPL3' 'LGPL3') +makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'gtk2' 'gtk3' 'intltool' 'lightdm') +backup=("etc/lightdm/${pkgbase}.conf") +install="${pkgbase}.install" +source=("${url}/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz") +sha256sums=('22386e787dc64ac372c63cf2cdce47bfa1c791d1cf8b5d3df68df24ecfbf7d68') + +prepare() { + cp -r ${pkgbase}-${pkgver} lightdm-gtk2-greeter + mv ${pkgbase}-${pkgver} lightdm-gtk3-greeter +} + +build() { + cd lightdm-gtk2-greeter + + ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' \ + --libexecdir='/usr/lib/lightdm' --disable-static --with-gtk2 + make + + cd ../lightdm-gtk3-greeter + + ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' \ + --libexecdir='/usr/lib/lightdm' --disable-static + make +} + +package_lightdm-gtk2-greeter() { +depends=('gtk2' 'lightdm') +provides=("${pkgbase}") +conflicts=("${pkgbase}") + cd lightdm-gtk2-greeter + + make DESTDIR="${pkgdir}" install +} + +package_lightdm-gtk3-greeter() { +depends=('gtk3' 'lightdm') +provides=("${pkgbase}") +conflicts=("${pkgbase}") + cd lightdm-gtk3-greeter + + make DESTDIR="${pkgdir}" install +} + +# vim: ts=2 sw=2 et: diff --git a/community/lightdm-gtk2-greeter/lightdm-gtk-greeter.install b/community/lightdm-gtk-greeter/lightdm-gtk-greeter.install index b72f4439b..b72f4439b 100644..100755 --- a/community/lightdm-gtk2-greeter/lightdm-gtk-greeter.install +++ b/community/lightdm-gtk-greeter/lightdm-gtk-greeter.install diff --git a/community/lightdm-gtk2-greeter/PKGBUILD b/community/lightdm-gtk2-greeter/PKGBUILD deleted file mode 100755 index f0642260b..000000000 --- a/community/lightdm-gtk2-greeter/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# $Id: PKGBUILD 110108 2014-04-24 08:44:22Z alucryd $ -# Maintainer: Maxime Gauduin <alucryd@gmail.com> -# Contributor: Padfoot <padfoot@exemail.com.au> - -pkgname=lightdm-gtk2-greeter -pkgver=1.8.4 -pkgrel=2 -epoch=1 -pkgdesc='GTK+ greeter for LightDM' -arch=('i686' 'x86_64') -url='https://launchpad.net/lightdm-gtk-greeter' -license=('GPL3' 'LGPL3') -depends=('gtk2' 'lightdm') -makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool') -provides=("${pkgname/2/}") -conflicts=("${pkgname/2/3}") -backup=('etc/lightdm/lightdm-gtk-greeter.conf') -install="${pkgname/2/}.install" -source=("https://launchpad.net/${pkgname/2/}/${pkgver%.?}/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz" - 'tooltip-focus.patch') -sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c' - '2dcf615181fc57cfcc02601d4d9845ef23af60a0a322a5208989849b279deec7') - -prepare() { - cd ${pkgname/2/}-${pkgver} - - patch -Np1 -i ../tooltip-focus.patch -} - -build() { - cd ${pkgname/2/}-${pkgver} - - ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' --libexecdir='/usr/lib/lightdm' --disable-static --with-gtk2 - make -} - -package() { - cd ${pkgname/2/}-${pkgver} - - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: diff --git a/community/lightdm-gtk2-greeter/tooltip-focus.patch b/community/lightdm-gtk2-greeter/tooltip-focus.patch deleted file mode 100644 index 9444222a9..000000000 --- a/community/lightdm-gtk2-greeter/tooltip-focus.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/src/lightdm-gtk-greeter.c 2014-03-26 10:28:44 +0000 -+++ b/src/lightdm-gtk-greeter.c 2014-04-23 11:04:01 +0000 -@@ -2203,6 +2203,7 @@ - Window keyboard_xid = 0; - GdkDisplay* display = gdk_x11_lookup_xdisplay (xevent->xmap.display); - GdkWindow* win = gdk_x11_window_foreign_new_for_display (display, xwin); -+ GdkWindowTypeHint win_type = gdk_window_get_type_hint (win); - - /* Check to see if this window is our onboard window, since we don't want to focus it. */ - if (keyboard_win) -@@ -2211,8 +2212,10 @@ - #else - keyboard_xid = gdk_x11_drawable_get_xid (keyboard_win); - #endif -- -- if (xwin != keyboard_xid && gdk_window_get_type_hint (win) != GDK_WINDOW_TYPE_HINT_NOTIFICATION) -+ -+ if (xwin != keyboard_xid -+ && win_type != GDK_WINDOW_TYPE_HINT_TOOLTIP -+ && win_type != GDK_WINDOW_TYPE_HINT_NOTIFICATION) - { - gdk_window_focus (win, GDK_CURRENT_TIME); - /* Make sure to keep keyboard above */ - diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD deleted file mode 100755 index 8f8a514f3..000000000 --- a/community/lightdm-gtk3-greeter/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# $Id: PKGBUILD 110106 2014-04-24 08:37:24Z alucryd $ -# Maintainer: Maxime Gauduin <alucryd@gmail.com> -# Contributor: Padfoot <padfoot@exemail.com.au> - -pkgname=lightdm-gtk3-greeter -pkgver=1.8.4 -pkgrel=2 -epoch=1 -pkgdesc='GTK+ greeter for LightDM' -arch=('i686' 'x86_64') -url='https://launchpad.net/lightdm-gtk-greeter' -license=('GPL3' 'LGPL3') -depends=('gtk3' 'lightdm') -makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool') -provides=("${pkgname/3/}") -conflicts=("${pkgname/3/2}") -backup=('etc/lightdm/lightdm-gtk-greeter.conf') -install="${pkgname/3/}.install" -source=("https://launchpad.net/${pkgname/3/}/${pkgver%.?}/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz" - 'tooltip-focus.patch') -sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c' - '2dcf615181fc57cfcc02601d4d9845ef23af60a0a322a5208989849b279deec7') - -prepare() { - cd ${pkgname/3/}-${pkgver} - - patch -Np1 -i ../tooltip-focus.patch -} - -build() { - cd ${pkgname/3/}-${pkgver} - - ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' --libexecdir='/usr/lib/lightdm' --disable-static - make -} - -package() { - cd ${pkgname/3/}-${pkgver} - - make DESTDIR="${pkgdir}" install -} - -# vim: ts=2 sw=2 et: diff --git a/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install b/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install deleted file mode 100644 index b72f4439b..000000000 --- a/community/lightdm-gtk3-greeter/lightdm-gtk-greeter.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -ftq usr/share/icons/hicolor -} - -post_update() { - post_install -} - -post_remove() { - post_install -} - -# vim: ts=2 sw=2 et: diff --git a/community/lightdm-gtk3-greeter/tooltip-focus.patch b/community/lightdm-gtk3-greeter/tooltip-focus.patch deleted file mode 100644 index 9444222a9..000000000 --- a/community/lightdm-gtk3-greeter/tooltip-focus.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/src/lightdm-gtk-greeter.c 2014-03-26 10:28:44 +0000 -+++ b/src/lightdm-gtk-greeter.c 2014-04-23 11:04:01 +0000 -@@ -2203,6 +2203,7 @@ - Window keyboard_xid = 0; - GdkDisplay* display = gdk_x11_lookup_xdisplay (xevent->xmap.display); - GdkWindow* win = gdk_x11_window_foreign_new_for_display (display, xwin); -+ GdkWindowTypeHint win_type = gdk_window_get_type_hint (win); - - /* Check to see if this window is our onboard window, since we don't want to focus it. */ - if (keyboard_win) -@@ -2211,8 +2212,10 @@ - #else - keyboard_xid = gdk_x11_drawable_get_xid (keyboard_win); - #endif -- -- if (xwin != keyboard_xid && gdk_window_get_type_hint (win) != GDK_WINDOW_TYPE_HINT_NOTIFICATION) -+ -+ if (xwin != keyboard_xid -+ && win_type != GDK_WINDOW_TYPE_HINT_TOOLTIP -+ && win_type != GDK_WINDOW_TYPE_HINT_NOTIFICATION) - { - gdk_window_focus (win, GDK_CURRENT_TIME); - /* Make sure to keep keyboard above */ - diff --git a/community/mpck/PKGBUILD b/community/mpck/PKGBUILD index a1b381592..5589d0bdf 100644 --- a/community/mpck/PKGBUILD +++ b/community/mpck/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81980 2013-01-05 08:44:35Z giovanni $ +# $Id: PKGBUILD 114585 2014-07-02 06:32:13Z fyan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=mpck pkgver=0.19 -pkgrel=2 +pkgrel=3 license=('GPL') pkgdesc="Reads MP3 files and tries to determine if they are correct" arch=('i686' 'x86_64') diff --git a/community/ntop/PKGBUILD b/community/ntop/PKGBUILD index 02cf48dfd..f822f3eba 100644 --- a/community/ntop/PKGBUILD +++ b/community/ntop/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ntop pkgver=5.0.1 -pkgrel=5 +pkgrel=6 pkgdesc='A network traffic probe that shows the network usage.' arch=('i686' 'x86_64') url='http://www.ntop.org/' @@ -28,7 +28,7 @@ prepare() { build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-snmp + ./autogen.sh --prefix=/usr --sysconfdir=/usr/share --localstatedir=/var/lib --disable-snmp make } diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD index 1b5280d34..46c3bfcad 100644 --- a/community/ocaml-findlib/PKGBUILD +++ b/community/ocaml-findlib/PKGBUILD @@ -6,14 +6,14 @@ pkgname=ocaml-findlib pkgver=1.4 -pkgrel=1 +pkgrel=2 license=('MIT') arch=('i686' 'x86_64') pkgdesc='Objective Caml (OCaml) package manager' url='http://projects.camlcity.org/projects/findlib.html' depends=('ocaml') source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz") -options=('!strip' 'zipman') # otherwise the bytecode gets broken +options=('staticlibs' '!strip' 'zipman') # otherwise the bytecode gets broken md5sums=('5d1f8238c53964fdd14387b87b48b5d9') build() { diff --git a/community/ogmtools/PKGBUILD b/community/ogmtools/PKGBUILD index 8bd1c7f9b..dedc41424 100644 --- a/community/ogmtools/PKGBUILD +++ b/community/ogmtools/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102185 2013-12-06 12:18:26Z giovanni $ +# $Id: PKGBUILD 114583 2014-07-02 06:26:59Z fyan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=ogmtools pkgver=1.5 -pkgrel=4 +pkgrel=5 pkgdesc="Information, extraction or creation for OGG media streams" arch=('i686' 'x86_64') url="http://www.bunkus.org/videotools/ogmtools" diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD index 89dd0894a..24effb6a2 100644 --- a/community/oolite/PKGBUILD +++ b/community/oolite/PKGBUILD @@ -1,44 +1,42 @@ -# $Id: PKGBUILD 99040 2013-10-23 00:39:15Z svenstaro $ +# $Id: PKGBUILD 114634 2014-07-02 10:45:58Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Lone_Wolf <lonewolf@xs4all.nl> pkgname=oolite -pkgver=1.77.1 +pkgver=1.80 pkgrel=1 pkgdesc="A space-sim based on the classic Elite" arch=('i686' 'x86_64') url="http://oolite-linux.berlios.de" license=('GPL2') -depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base') +depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base' 'openal') makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa') -options=(!makeflags) +#options=(makeflags) source=(oolite - http://download.berlios.de/oolite-linux/oolite-source-${pkgver}.tar.bz2) + "https://github.com/OoliteProject/oolite/releases/download/1.80b/oolite-source-${pkgver}.tar.bz2") md5sums=('b182976fade9b64a3b3702e2a8c72bf0' - '6d446df433fde796964c68856389c8dd') + 'ded6afaf83f97624122c2dd999319166') build() { - cd $srcdir - cp -r ${srcdir}/oolite-source-${pkgver} ${srcdir}/${pkgname}-build - - cd ${srcdir}/${pkgname}-build - unset CPPFLAGS - sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m - sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile - make -f libjs.make debug=no - make -f Makefile release + cd oolite-source-${pkgver} + unset CPPFLAGS + sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m + sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile + make -f Makefile release } package() { - mkdir -p ${pkgdir}/usr/bin - mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite} - cd ${srcdir}/${pkgname}-build - cp -r oolite.app/* ${pkgdir}/usr/share/oolite/ + cd oolite-source-${pkgver} + + mkdir -p ${pkgdir}/usr/bin + mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite} + + cp -r oolite.app/* ${pkgdir}/usr/share/oolite/ #install shellscript and icon - install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite - install -D -m644 installers/FreeDesktop/oolite-icon.png ${pkgdir}/usr/share/pixmaps/oolite-icon.png + install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite + install -D -m644 installers/FreeDesktop/oolite-icon.png ${pkgdir}/usr/share/pixmaps/oolite-icon.png # copy .desktop file - install -D -m644 installers/FreeDesktop/oolite.desktop ${pkgdir}/usr/share/applications/oolite.desktop + install -D -m644 installers/FreeDesktop/oolite.desktop ${pkgdir}/usr/share/applications/oolite.desktop # documentation - install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/ + install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/ } # vim:set ts=2 sw=2 et: diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD index f3cecc40a..982d889da 100644 --- a/community/partimage/PKGBUILD +++ b/community/partimage/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92035 2013-05-31 00:06:34Z seblu $ +# $Id: PKGBUILD 114683 2014-07-02 21:43:57Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Sven Kauber <celeon@gmail.com> @@ -7,7 +7,7 @@ pkgname=partimage pkgver=0.6.9 -pkgrel=4 +pkgrel=5 pkgdesc='Partition Image saves partitions in many formats to an image file.' arch=('i686' 'x86_64') url='http://www.partimage.org/' @@ -43,5 +43,5 @@ package() { install -Dm0755 "${srcdir}/partimaged-gencrt" "${pkgdir}/usr/bin/partimaged-gencrt" chmod 644 "${pkgdir}/etc/partimaged/partimagedusers" - install -Dm0755 ../partimaged.service "${pkgdir}/usr/lib/systemd/system/partimaged.service" + install -Dm0644 ../partimaged.service "${pkgdir}/usr/lib/systemd/system/partimaged.service" } diff --git a/community/python-pillow/PKGBUILD b/community/python-pillow/PKGBUILD index d924893ba..ecbd00705 100644 --- a/community/python-pillow/PKGBUILD +++ b/community/python-pillow/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 109546 2014-04-15 15:10:39Z kkeen $ +# $Id: PKGBUILD 114646 2014-07-02 14:06:30Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: minder pkgbase=python-pillow pkgname=(python-pillow python2-pillow) -pkgver=2.4.0 +pkgver=2.5.0 pkgrel=1 _appname=Pillow _py2basever=2.7 @@ -15,7 +15,7 @@ url="http://python-imaging.github.io/" license=('BSD') makedepends=('python-setuptools' 'python2-setuptools' 'lcms' 'libwebp' 'tk' 'sane') source=("http://pypi.python.org/packages/source/P/$_appname/$_appname-$pkgver.zip") -md5sums=('b46ac9f00580920ffafe518bc765e43c') +md5sums=('3da46b9a4aeba22e22724ba7a15fe617') build() { cd "$srcdir" @@ -58,6 +58,9 @@ package_python2-pillow() { pushd Sane python2 setup.py install --root="$pkgdir/" --optimize=0 popd + sed -i 's|/usr/local/bin/python$|/usr/bin/env python2|' \ + "$pkgdir/usr/lib/python$_py2basever/site-packages/PIL/OleFileIO.py" + install -Dm644 docs/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -dm755 "$pkgdir/usr/include/python$_py2basever/" @@ -70,3 +73,4 @@ package_python2-pillow() { done } + diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index 602025130..1a53960a0 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 107775 2014-03-19 12:02:32Z spupykin $ +# $Id: PKGBUILD 114630 2014-07-02 10:25:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> pkgname=shotwell -pkgver=0.18.0 +pkgver=0.18.1 pkgrel=1 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest' makedepends=('intltool' 'vala>=0.17.2' 'libunique3' 'gnome-doc-utils') install=shotwell.install source=("https://download.gnome.org/sources/shotwell/0.18/shotwell-$pkgver.tar.xz") -md5sums=('856b69fe67bc8bd42a6985e042041daf') +md5sums=('361eeef67f5aaed36ec44b12cfd675b3') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/sqlitebrowser/PKGBUILD b/community/sqlitebrowser/PKGBUILD index 5f1299976..86e57c4a6 100644 --- a/community/sqlitebrowser/PKGBUILD +++ b/community/sqlitebrowser/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 113919 2014-07-01 09:46:48Z spupykin $ +# $Id: PKGBUILD 114648 2014-07-02 14:54:20Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Douglas Soares de Andrade <dsandrade@gmail.com> # Contributor: Michael Fellinger <m.fellinger@gmail.com> pkgname=sqlitebrowser pkgver=3.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, built on top of Qt" arch=('i686' 'x86_64') url="http://sqlitebrowser.org/" license=('GPL') -depends=('qt5-base' 'sqlite') +depends=('qt5-base' 'sqlite' 'libxkbcommon-x11') source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz) md5sums=('17be1cdebcf79a906e6e206fc7cd6cde') diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD index b186a6cfd..46613d294 100644 --- a/community/steghide/PKGBUILD +++ b/community/steghide/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70184 2012-05-01 12:30:54Z andrea $ +# $Id: PKGBUILD 114565 2014-07-01 23:50:39Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Jason Chu <jason@archlinux.org> @@ -6,7 +6,7 @@ pkgname=steghide pkgver=0.5.1 -pkgrel=6 +pkgrel=7 pkgdesc='Embeds a message in a file by replacing some of the least significant bits' arch=('i686' 'x86_64') url='http://steghide.sourceforge.net' diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index 6ee7ba1eb..efebc07d8 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 109329 2014-04-13 11:55:50Z lfleischer $ +# $Id: PKGBUILD 114547 2014-07-01 23:19:36Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=stunnel -pkgver=5.01 +pkgver=5.02 pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ install=$pkgname.install source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc} 'Makefile.patch' 'stunnel.tmpfiles.conf') -md5sums=('7b63266b6fa05da696729e245100da65' +md5sums=('bb48b1c18cfc0a42708ef996b1a26926' 'SKIP' '579f198ecb90a42fcbfd8a4e48006264' '2e065a39998e57727ee79887bbd1751e') diff --git a/community/tdfsb/PKGBUILD b/community/tdfsb/PKGBUILD index c2df49a2c..03dd9f087 100644 --- a/community/tdfsb/PKGBUILD +++ b/community/tdfsb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 77663 2012-10-13 11:45:35Z allan $ +# $Id: PKGBUILD 114579 2014-07-02 06:16:58Z fyan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> pkgname=tdfsb pkgver=0.0.10 -pkgrel=6 +pkgrel=7 pkgdesc="SDL based graphical file browser" arch=('i686' 'x86_64') url="http://www.determinate.net/webdata/seg/tdfsb.html" diff --git a/community/transset-df/PKGBUILD b/community/transset-df/PKGBUILD index f5d373fa3..26fb1bdc8 100644 --- a/community/transset-df/PKGBUILD +++ b/community/transset-df/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 57820 2011-11-03 10:04:35Z lfleischer $ +# $Id: PKGBUILD 114561 2014-07-01 23:36:45Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Aaron Schaefer <aaron@elasticdog.com> pkgname=transset-df pkgver=6 -pkgrel=3 +pkgrel=4 pkgdesc="A patched version of X.Org's transset with added functionality." arch=('i686' 'x86_64') url='http://forchheimer.se/transset-df/' diff --git a/community/twolame/PKGBUILD b/community/twolame/PKGBUILD index 9bb7dbc5e..9424e7e00 100644 --- a/community/twolame/PKGBUILD +++ b/community/twolame/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 100004 2013-10-31 02:57:06Z allan $ +# $Id: PKGBUILD 114577 2014-07-02 05:53:05Z fyan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: farid abdelnour <farid at atelier-labs.org> # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.org> pkgname=twolame pkgver=0.3.13 -pkgrel=6 +pkgrel=7 pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder" arch=('i686' 'x86_64') url="http://www.twolame.org/" diff --git a/community/wkhtmltopdf/PKGBUILD b/community/wkhtmltopdf/PKGBUILD index f0b3dbe03..d2bf162ed 100644 --- a/community/wkhtmltopdf/PKGBUILD +++ b/community/wkhtmltopdf/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 113062 2014-06-12 12:41:47Z foutrelis $ +# $Id: PKGBUILD 114640 2014-07-02 12:45:06Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=wkhtmltopdf -pkgver=0.12.0 +pkgver=0.12.1 pkgrel=1 pkgdesc="Command line tools to render HTML into PDF and various image formats" arch=('i686' 'x86_64') @@ -10,22 +10,8 @@ url="http://wkhtmltopdf.org/" license=('GPL3') depends=('qtwebkit') optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate') -source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz - 0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch - 0002-fix-compilation-failures-when-not-building-with-patc.patch) -sha256sums=('ad3449acc772bd687b3853e087033b7223e6298f4a59d21d09c08c9d006f693f' - 'bc9ffc8a99a32f66882e406f25962a0753129c161530879ad23ee5bd189a2a66' - 'ece5abbee4c9f37ab4b5df856dd708562dbf4e14374b9c60b41109f00c82c44b') - -prepare() { - cd "$srcdir/$pkgname-$pkgver" - - # https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1502 - patch -Np1 -i "$srcdir/0001-fix-spurious-exit-with-code-1-due-to-http-error-1xxx.patch" - - # Fix build with system Qt - patch -Np1 -i "$srcdir/0002-fix-compilation-failures-when-not-building-with-patc.patch" -} +source=($pkgname-$pkgver.tar.gz::https://github.com/wkhtmltopdf/wkhtmltopdf/archive/$pkgver.tar.gz) +sha256sums=('c830f26dc48c2f2ad1912599b1ed92efe3aaab3ec67b3fb69195abf58dc711c0') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD index b5944718a..c28607476 100644 --- a/community/wyrd/PKGBUILD +++ b/community/wyrd/PKGBUILD @@ -4,7 +4,7 @@ pkgname=wyrd pkgver=1.4.6 -pkgrel=1 +pkgrel=2 pkgdesc='A text-based front-end to Remind.' arch=('i686' 'x86_64') url='http://pessimization.com/software/wyrd/' diff --git a/community/xalan-c/PKGBUILD b/community/xalan-c/PKGBUILD index c73848fca..b3d9a5840 100644 --- a/community/xalan-c/PKGBUILD +++ b/community/xalan-c/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54514 2011-08-19 14:55:46Z ibiru $ +# $Id: PKGBUILD 114615 2014-07-02 09:11:40Z fyan $ # Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=xalan-c pkgver=1.11_pre1153059 -pkgrel=1 +pkgrel=2 pkgdesc="A XSLT processor for transforming XML documents" arch=('i686' 'x86_64') url="http://xml.apache.org/xalan-c" diff --git a/community/xcircuit/PKGBUILD b/community/xcircuit/PKGBUILD index d16771b4d..615a9dc6e 100644 --- a/community/xcircuit/PKGBUILD +++ b/community/xcircuit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 113535 2014-06-25 10:05:35Z spupykin $ +# $Id: PKGBUILD 114632 2014-07-02 10:25:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Giovanni Scafora <linuxmania@gmail.com> # Contributor: simo <simo@archlinux.org> pkgname=xcircuit -pkgver=3.8.65 +pkgver=3.8.68 pkgrel=1 pkgdesc="A program for drawing publishable-quality electrical circuit schematic diagrams" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL2') depends=('tk' 'libxpm' 'zlib') makedepends=('chrpath') source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz) -md5sums=('fd1c9b8255109b5d7c29b2d9abcf78e7') +md5sums=('20954dc6413f7e4824220cd4b4cb2db6') build() { cd $srcdir/$pkgname-$pkgver diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD index 8bcda0399..c66d877fb 100644 --- a/core/gnupg/PKGBUILD +++ b/core/gnupg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 214306 2014-06-05 17:24:35Z bisson $ +# $Id: PKGBUILD 216180 2014-07-02 00:13:52Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=gnupg -pkgver=2.0.23 +pkgver=2.0.25 pkgrel=1 pkgdesc='Complete and free implementation of the OpenPGP standard' url='http://www.gnupg.org/' @@ -16,10 +16,8 @@ optdepends=('curl: gpg2keys_curl' 'libusb-compat: scdaemon') makedepends=('curl' 'libldap' 'libusb-compat') depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 'dirmngr') -source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig} - 'protect-tool-env.patch') -sha1sums=('c90e47ab95a40dd070fd75faef0a05c7b679553b' 'SKIP' - '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db') +source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}) +sha1sums=('890d77d89f2d187382f95e83e386f2f7ba789436' 'SKIP') install=install @@ -27,11 +25,6 @@ conflicts=('gnupg2') provides=("gnupg2=${pkgver}") replaces=('gnupg2') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../protect-tool-env.patch # FS#31900 -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ @@ -40,6 +33,7 @@ build() { --sbindir=/usr/bin \ --libexecdir=/usr/lib/gnupg \ --enable-maintainer-mode \ + --enable-standard-socket \ --enable-symcryptrun \ --enable-gpgtar \ diff --git a/core/gnupg/protect-tool-env.patch b/core/gnupg/protect-tool-env.patch deleted file mode 100644 index 132791fdd..000000000 --- a/core/gnupg/protect-tool-env.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Naur old/agent/protect-tool.c new/agent/protect-tool.c ---- old/agent/protect-tool.c 2012-12-08 13:53:17.067611957 +1100 -+++ new/agent/protect-tool.c 2012-12-08 13:53:28.247633012 +1100 -@@ -102,6 +102,7 @@ - static int opt_status_msg; - static const char *opt_p12_charset; - static const char *opt_agent_program; -+static session_env_t opt_session_env; - - static char *get_passphrase (int promptno); - static void release_passphrase (char *pw); -@@ -1040,6 +1041,7 @@ - - opt_homedir = default_homedir (); - -+ opt_session_env = session_env_new (); - - pargs.argc = &argc; - pargs.argv = &argv; -@@ -1091,7 +1093,7 @@ - opt.verbose, - opt_homedir, - opt_agent_program, -- NULL, NULL, NULL); -+ NULL, NULL, opt_session_env); - - if (opt_prompt) - opt_prompt = percent_plus_unescape (opt_prompt, 0); diff --git a/core/libffi/PKGBUILD b/core/libffi/PKGBUILD index a8d5bd6fb..c5eb72030 100644 --- a/core/libffi/PKGBUILD +++ b/core/libffi/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 215318 2014-06-20 15:20:35Z bpiotrowski $ +# $Id: PKGBUILD 216291 2014-07-02 19:36:11Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=libffi pkgver=3.1 -pkgrel=1 +pkgrel=2 pkgdesc='Portable foreign function interface library' arch=('i686' 'x86_64') url='http://sourceware.org/libffi/' @@ -21,6 +21,7 @@ sha1sums=('cb373ef2115ec7c57913b84ca72eee14b10ccdc3' prepare() { cd $pkgname-$pkgver patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch + autoreconf -fi } build() { diff --git a/extra/cabal-install/PKGBUILD b/extra/cabal-install/PKGBUILD index 8c46abe78..7eddb7596 100644 --- a/extra/cabal-install/PKGBUILD +++ b/extra/cabal-install/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=cabal-install -pkgver=1.20.0.2 +pkgver=1.20.0.3 pkgrel=1 pkgdesc="The command-line interface for Cabal and Hackage." url="http://hackage.haskell.org/package/cabal-install" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') makedepends=('ghc') depends=('gmp' 'zlib') source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz") -md5sums=('bda72a81c22bde668244fb3a50a81f7f') +md5sums=('e1b382f8b4eae3762622cefc6d91d5f3') build() { mkdir ${srcdir}/build diff --git a/extra/gtk-xfce-engine/PKGBUILD b/extra/gtk-xfce-engine/PKGBUILD index 346b15ba1..b6a259578 100644 --- a/extra/gtk-xfce-engine/PKGBUILD +++ b/extra/gtk-xfce-engine/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 198086 2013-10-30 12:43:06Z allan $ +# $Id: PKGBUILD 216249 2014-07-02 15:42:12Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgbase=gtk-xfce-engine pkgname=('gtk2-xfce-engine' 'gtk3-xfce-engine') pkgver=3.0.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.xfce.org/" license=('GPL2') diff --git a/extra/leafpad/PKGBUILD b/extra/leafpad/PKGBUILD index a54bcc40f..38c16bafa 100644 --- a/extra/leafpad/PKGBUILD +++ b/extra/leafpad/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 150844 2012-02-23 12:34:26Z ibiru $ +# $Id: PKGBUILD 216213 2014-07-02 08:58:21Z fyan $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Contributor: Link Dupont <link@subpop.net> pkgname=leafpad pkgver=0.8.18.1 -pkgrel=3 +pkgrel=4 pkgdesc="A notepad clone for GTK+ 2.0" arch=('i686' 'x86_64') url="http://tarot.freeshell.org/leafpad/" diff --git a/extra/libmcrypt/PKGBUILD b/extra/libmcrypt/PKGBUILD index 967cafd9a..4fc0f85ce 100644 --- a/extra/libmcrypt/PKGBUILD +++ b/extra/libmcrypt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 198196 2013-10-30 13:23:27Z allan $ +# $Id: PKGBUILD 216211 2014-07-02 08:48:50Z fyan $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=libmcrypt pkgver=2.5.8 -pkgrel=3 +pkgrel=4 pkgdesc="A library which provides a uniform interface to several symmetric encryption algorithms" url="http://mcrypt.sourceforge.net/" arch=('i686' 'x86_64') diff --git a/extra/libmusicbrainz3/PKGBUILD b/extra/libmusicbrainz3/PKGBUILD index 62e039b28..1333333a4 100644 --- a/extra/libmusicbrainz3/PKGBUILD +++ b/extra/libmusicbrainz3/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150845 2012-02-23 12:35:42Z ibiru $ +# $Id: PKGBUILD 216209 2014-07-02 08:47:11Z fyan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Max Fehrm max.fehrm@gmail.com pkgname=libmusicbrainz3 pkgver=3.0.3 -pkgrel=2 +pkgrel=3 pkgdesc="Library That Provides Access to the MusicBrainz Server " url="http://musicbrainz.org/" arch=('i686' 'x86_64') diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD index ebdae1b98..e286ec14f 100644 --- a/extra/libsocialweb/PKGBUILD +++ b/extra/libsocialweb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198238 2013-10-30 13:39:14Z allan $ +# $Id: PKGBUILD 216207 2014-07-02 08:44:50Z fyan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=libsocialweb pkgver=0.25.21 -pkgrel=2 +pkgrel=3 pkgdesc="A personal social data server" arch=(i686 x86_64) url="http://www.gtk.org/" diff --git a/extra/libxfce4ui/PKGBUILD b/extra/libxfce4ui/PKGBUILD index 6904bc23c..812f9e5f8 100644 --- a/extra/libxfce4ui/PKGBUILD +++ b/extra/libxfce4ui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198278 2013-10-30 13:53:42Z allan $ +# $Id: PKGBUILD 216251 2014-07-02 15:44:33Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Xavier Devlamynck <magicrhesus@ouranos.be> pkgname=libxfce4ui pkgver=4.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="Commonly used Xfce widgets among Xfce applications" arch=('i686' 'x86_64') url="http://www.xfce.org/" @@ -13,7 +13,7 @@ depends=('libxfce4util' 'gtk2' 'xfconf' 'libsm' 'startup-notification' 'hicolor-icon-theme') makedepends=('intltool' 'gtk-doc') #replaces=('libxfcegui4') - later when all is ported -install=libxfce4ui.install +install=$pkgname.install source=(http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$pkgver.tar.bz2) sha256sums=('a2b9fa288ccb5f16fa13264e507ba3f7b8da0176da259a11239f21538c0ea3e2') diff --git a/extra/libxfcegui4/PKGBUILD b/extra/libxfcegui4/PKGBUILD index 1a5e44191..bbcff309f 100644 --- a/extra/libxfcegui4/PKGBUILD +++ b/extra/libxfcegui4/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198280 2013-10-30 13:54:22Z allan $ +# $Id: PKGBUILD 216253 2014-07-02 15:46:35Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Tobias Kieslich <tobias funnychar archlinux.org> pkgname=libxfcegui4 pkgver=4.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="Various Gtk widgets for Xfce" arch=('i686' 'x86_64') url="http://www.xfce.org/" diff --git a/extra/libxklavier/PKGBUILD b/extra/libxklavier/PKGBUILD index 12f838eef..54197d282 100644 --- a/extra/libxklavier/PKGBUILD +++ b/extra/libxklavier/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 215995 2014-07-01 10:26:18Z fyan $ +# $Id: PKGBUILD 216246 2014-07-02 14:28:47Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Arjan Timmerman <arjan@archlinux.org> pkgname=libxklavier -pkgver=5.3 -pkgrel=2 +pkgver=5.4 +pkgrel=1 pkgdesc="High-level API for X Keyboard Extension" arch=(i686 x86_64) license=('LGPL') depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes') -makedepends=('gobject-introspection') +makedepends=('gobject-introspection' 'intltool' 'gtk-doc' 'libxfixes') options=('!emptydirs') url="http://gswitchit.sourceforge.net" -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404') +source=("http://cgit.freedesktop.org/$pkgname/snapshot/$pkgname-$pkgver.zip") +sha256sums=('d5d2c135e3227142f5b455b9ffdf3e05be4b1e85a6c2882f8e905cc30c362d3e') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ - --with-xkb-base=/usr/share/X11/xkb --disable-static + ./autogen.sh --prefix=/usr --with-xkb-bin-base=/usr/bin \ + --with-xkb-base=/usr/share/X11/xkb --disable-static --enable-gtk-doc make } diff --git a/extra/mousepad/PKGBUILD b/extra/mousepad/PKGBUILD index b9d704429..a55c12e63 100644 --- a/extra/mousepad/PKGBUILD +++ b/extra/mousepad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 198326 2013-10-30 14:11:12Z allan $ +# $Id: PKGBUILD 216255 2014-07-02 15:48:18Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias [tobias at archlinux.org] pkgname=mousepad pkgver=0.3.0 -pkgrel=2 -pkgdesc="Simple Text Editor for Xfce4 (based on Gedit)" +pkgrel=3 +pkgdesc="Simple text editor for Xfce" arch=('i686' 'x86_64') url=('http://www.xfce.org/') license=('GPL2') diff --git a/extra/nautilus-open-terminal/PKGBUILD b/extra/nautilus-open-terminal/PKGBUILD index 917e75100..e710ea201 100644 --- a/extra/nautilus-open-terminal/PKGBUILD +++ b/extra/nautilus-open-terminal/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198335 2013-10-30 14:14:24Z allan $ +# $Id: PKGBUILD 216203 2014-07-02 08:09:02Z fyan $ # Maintainer : Biru Ionut <ionut@archlinux.ro> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=nautilus-open-terminal pkgver=0.20 -pkgrel=1 +pkgrel=2 pkgdesc="A nautilus plugin for opening terminals in arbitrary local paths" arch=('i686' 'x86_64') url="http://ftp.gnome.org/pub/GNOME/sources/nautilus-open-terminal" diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index 0d2396f64..5f2876490 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -1,24 +1,23 @@ -# $Id: PKGBUILD 212134 2014-05-08 17:10:10Z bisson $ +# $Id: PKGBUILD 216181 2014-07-02 00:14:50Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> pkgname=ntp _pkgname=ntp-dev -_pkgver=4.2.7p441 +_pkgver=4.2.7p446 pkgver=${_pkgver/p/.p} pkgrel=1 pkgdesc='Network Time Protocol reference implementation' url='http://www.ntp.org/' license=('custom') arch=('i686' 'x86_64') -makedepends=('perl-html-parser') depends=('openssl' 'libcap' 'libedit') backup=('etc/ntp.conf') source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz" 'ntp.conf' 'ntpd.service' 'ntpdate.service') -sha1sums=('81444413350982f92f99885f201b50df24a14201' +sha1sums=('634afa46e77c1fd7f0a797f4d46a4f0654b9ca8d' 'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b' 'dd24216e8333e12d5080965696602591c72537b1' '059b382d1af0c55202e2d17f2ae065a2cbfec9ee') @@ -52,5 +51,5 @@ package() { echo > "${pkgdir}/var/lib/ntp/.placeholder" install -dm755 "${pkgdir}/usr/lib/systemd/ntp-units.d" - echo 'ntpd.service' > "${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list" + echo 'ntpd.service' > "${pkgdir}/usr/lib/systemd/ntp-units.d/50-${pkgname}.list" } diff --git a/extra/opencore-amr/PKGBUILD b/extra/opencore-amr/PKGBUILD index 0b29120e1..bc2629328 100644 --- a/extra/opencore-amr/PKGBUILD +++ b/extra/opencore-amr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198353 2013-10-30 14:21:04Z allan $ +# $Id: PKGBUILD 216201 2014-07-02 07:59:05Z fyan $ # Maintainer: Ionut Biru <ionut@archlinux.ro> # Contributor: WAntilles <wantilles@adslgr.com> pkgname=opencore-amr pkgver=0.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="Open source implementation of the Adaptive Multi Rate (AMR) speech codec" arch=('i686' 'x86_64') license=('APACHE') diff --git a/extra/oxygen-gtk3/PKGBUILD b/extra/oxygen-gtk3/PKGBUILD index 74f94f0fa..26be1b127 100644 --- a/extra/oxygen-gtk3/PKGBUILD +++ b/extra/oxygen-gtk3/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 210150 2014-04-10 12:04:43Z andrea $ +# $Id: PKGBUILD 216289 2014-07-02 18:07:56Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=oxygen-gtk3 -pkgver=1.3.5 +pkgver=1.4.0 pkgrel=1 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK3" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL') depends=('gtk3') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('fb0204ad8af22070b0eea2e7b5d6c686') +md5sums=('68f0e7af7bd9f618abf3c0444a0f2868') prepare() { mkdir build diff --git a/extra/pkgfile/PKGBUILD b/extra/pkgfile/PKGBUILD index 5a302430d..a900b617f 100644 --- a/extra/pkgfile/PKGBUILD +++ b/extra/pkgfile/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 212330 2014-05-13 01:21:58Z dreisner $ +# $Id: PKGBUILD 216179 2014-07-01 23:08:24Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=pkgfile -pkgver=14 +pkgver=15 pkgrel=1 pkgdesc="a pacman .files metadata explorer" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('libarchive' 'curl' 'pcre' 'pacman') source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) install=pkgfile.install -md5sums=('aae3642bfe379731c7d9819b41bc1ab9' +md5sums=('30b3c4f0b18a33ca0ce4538492093511' 'SKIP') build() { diff --git a/extra/python-telepathy/PKGBUILD b/extra/python-telepathy/PKGBUILD index 515a5b590..f9c40278e 100644 --- a/extra/python-telepathy/PKGBUILD +++ b/extra/python-telepathy/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 168660 2012-10-13 20:59:47Z eric $ +# $Id: PKGBUILD 216189 2014-07-02 07:25:24Z fyan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Daniel Balieiro <daniel@balieiro.com> pkgbase=python-telepathy pkgname=('python2-telepathy') pkgver=0.15.19 -pkgrel=3 +pkgrel=4 pkgdesc="Python libraries for use in Telepathy clients and connection managers" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" license=('LGPL') -depends=('dbus-python') +depends=('python2-dbus') makedepends=('libxslt') conflicts=('python-telepathy') replaces=('python-telepathy') diff --git a/extra/qca-gnupg/PKGBUILD b/extra/qca-gnupg/PKGBUILD index 99eeee362..638755f72 100644 --- a/extra/qca-gnupg/PKGBUILD +++ b/extra/qca-gnupg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 178978 2013-03-01 10:23:20Z andrea $ +# $Id: PKGBUILD 216187 2014-07-02 04:33:33Z pierre $ # Maintainer: # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=qca-gnupg pkgver=2.0.0 _pkgver=2.0.0-beta3 -pkgrel=5 +pkgrel=6 pkgdesc="Qt Cryptographic Architecture" arch=('i686' 'x86_64') url="http://delta.affinix.com/qca/" diff --git a/extra/qca/PKGBUILD b/extra/qca/PKGBUILD index 13ddac998..3af6d0908 100644 --- a/extra/qca/PKGBUILD +++ b/extra/qca/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 206535 2014-03-01 08:14:56Z andrea $ +# $Id: PKGBUILD 216185 2014-07-02 04:32:08Z pierre $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=qca pkgver=2.0.3 -pkgrel=4 +pkgrel=5 pkgdesc="Qt Cryptographic Architecture" arch=('i686' 'x86_64') url="http://delta.affinix.com/qca/" diff --git a/extra/slim/PKGBUILD b/extra/slim/PKGBUILD index 0b39d24e0..c341c13c5 100644 --- a/extra/slim/PKGBUILD +++ b/extra/slim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 211705 2014-04-23 16:59:49Z foutrelis $ +# $Id: PKGBUILD 216269 2014-07-02 16:12:46Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: Thayer Williams <thayer@archlinux.org> @@ -7,16 +7,17 @@ pkgname=slim pkgver=1.3.6 -pkgrel=4 +pkgrel=5 pkgdesc="Desktop-independent graphical login manager for X11" arch=('i686' 'x86_64') -url="http://slim.berlios.de/" +url="http://sourceforge.net/projects/slim.berlios/" license=('GPL2') -depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth') +depends=('pam' 'libxmu' 'libpng' 'libjpeg' 'libxft' 'libxrandr' 'xorg-xauth' + 'ttf-font') makedepends=('cmake' 'freeglut') backup=('etc/slim.conf' 'etc/logrotate.d/slim' 'etc/pam.d/slim' 'etc/slimlock.conf') -source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz +source=(https://downloads.sourceforge.net/project/slim.berlios/$pkgname-$pkgver.tar.gz slim-1.3.6-fix-libslim-libraries.patch slim-1.3.6-add-sessiondir.patch slim-1.3.6-systemd-session.patch diff --git a/extra/telepathy-logger/PKGBUILD b/extra/telepathy-logger/PKGBUILD index c7e6a69d4..ebbac8904 100644 --- a/extra/telepathy-logger/PKGBUILD +++ b/extra/telepathy-logger/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 198451 2013-10-30 14:57:15Z allan $ +# $Id: PKGBUILD 216195 2014-07-02 07:52:46Z fyan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-logger pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Telepathy framework logging daemon" arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Logger" diff --git a/extra/telepathy-salut/PKGBUILD b/extra/telepathy-salut/PKGBUILD index e031f7da4..daa51c8d8 100644 --- a/extra/telepathy-salut/PKGBUILD +++ b/extra/telepathy-salut/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198454 2013-10-30 14:58:17Z allan $ +# $Id: PKGBUILD 216197 2014-07-02 07:55:16Z fyan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Daniel Balieiro <daniel@balieiro.com> pkgname=telepathy-salut pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A link-local XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" diff --git a/extra/thunar-volman/PKGBUILD b/extra/thunar-volman/PKGBUILD index f9a3a5fe5..7dcea4634 100644 --- a/extra/thunar-volman/PKGBUILD +++ b/extra/thunar-volman/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 198460 2013-10-30 15:00:29Z allan $ +# $Id: PKGBUILD 216257 2014-07-02 15:50:11Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=thunar-volman pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Automatic management of removeable devices in Thunar" arch=('i686' 'x86_64') -url="http://foo-projects.org/~benny/projects/thunar-volman" +url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman" license=('GPL2') groups=('xfce4') depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme') diff --git a/extra/xfce4-screenshooter/PKGBUILD b/extra/xfce4-screenshooter/PKGBUILD index 05df96a97..f59739271 100644 --- a/extra/xfce4-screenshooter/PKGBUILD +++ b/extra/xfce4-screenshooter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198565 2013-10-30 15:38:27Z allan $ +# $Id: PKGBUILD 216259 2014-07-02 15:52:08Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Tobias Kieslich <tobias (at) archlinux.org> pkgname=xfce4-screenshooter pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Plugin that makes screenshots for the Xfce panel" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter" diff --git a/extra/xfce4-screenshooter/fix_segfault.diff b/extra/xfce4-screenshooter/fix_segfault.diff deleted file mode 100644 index e2a2f3d95..000000000 --- a/extra/xfce4-screenshooter/fix_segfault.diff +++ /dev/null @@ -1,17 +0,0 @@ ---- xfce4-screenshooter-1.7.9/lib/screenshooter-utils.c.orig 2010-01-02 12:42:24.000000000 +0100 -+++ xfce4-screenshooter-1.7.9/lib/screenshooter-utils.c 2010-05-20 22:40:38.347861374 +0200 -@@ -94,11 +94,11 @@ - g_free (title); - title = - g_strdup (xfce_rc_read_entry (rc, "title", _("Screenshot"))); -- } - -- TRACE ("Close the rc file"); -+ TRACE ("Close the rc file"); - -- xfce_rc_close (rc); -+ xfce_rc_close (rc); -+ } - } - - /* And set the sd values */ diff --git a/extra/xfce4-weather-plugin/PKGBUILD b/extra/xfce4-weather-plugin/PKGBUILD index 348e739ea..044329db5 100644 --- a/extra/xfce4-weather-plugin/PKGBUILD +++ b/extra/xfce4-weather-plugin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198575 2013-10-30 15:42:25Z allan $ +# $Id: PKGBUILD 216261 2014-07-02 15:54:05Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Suzy Williams <suzanne.williams3@verizon.net> pkgname=xfce4-weather-plugin pkgver=0.8.3 -pkgrel=3 +pkgrel=4 pkgdesc="A weather plugin for the Xfce4 panel" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" diff --git a/extra/xfdesktop/PKGBUILD b/extra/xfdesktop/PKGBUILD index 230d5bbf7..93bbce2e5 100644 --- a/extra/xfdesktop/PKGBUILD +++ b/extra/xfdesktop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 198578 2013-10-30 15:43:32Z allan $ +# $Id: PKGBUILD 216263 2014-07-02 15:56:11Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfdesktop pkgver=4.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="A desktop manager for Xfce" arch=('i686' 'x86_64') url="http://www.xfce.org/" diff --git a/extra/xorg-oclock/PKGBUILD b/extra/xorg-oclock/PKGBUILD index 76c42e775..9ee7d2ca4 100644 --- a/extra/xorg-oclock/PKGBUILD +++ b/extra/xorg-oclock/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 149836 2012-02-11 10:08:56Z andyrtr $ +# $Id: PKGBUILD 216277 2014-07-02 16:38:08Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-oclock pkgver=1.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Round X clock" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-x11perf/PKGBUILD b/extra/xorg-x11perf/PKGBUILD index 7c7479dca..72b31fefe 100644 --- a/extra/xorg-x11perf/PKGBUILD +++ b/extra/xorg-x11perf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 134289 2011-08-02 18:59:18Z jgc $ +# $Id: PKGBUILD 216271 2014-07-02 16:19:22Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-x11perf pkgver=1.5.4 -pkgrel=1 +pkgrel=2 pkgdesc="Simple X server performance benchmarker" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xcalc/PKGBUILD b/extra/xorg-xcalc/PKGBUILD index 7d949a313..e57c42ead 100644 --- a/extra/xorg-xcalc/PKGBUILD +++ b/extra/xorg-xcalc/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 175181 2013-01-16 10:11:05Z jgc $ +# $Id: PKGBUILD 216273 2014-07-02 16:21:53Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xcalc pkgver=1.0.5 -pkgrel=1 +pkgrel=2 pkgdesc="Scientific calculator for X" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xcmsdb/PKGBUILD b/extra/xorg-xcmsdb/PKGBUILD index 37346f97a..ec9cb4cf5 100644 --- a/extra/xorg-xcmsdb/PKGBUILD +++ b/extra/xorg-xcmsdb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 150238 2012-02-15 16:35:38Z andyrtr $ +# $Id: PKGBUILD 216241 2014-07-02 10:06:41Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xcmsdb pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Device Color Characterization utility for X Color Management System" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xdm/PKGBUILD b/extra/xorg-xdm/PKGBUILD index c1d8eb0e3..f45a21558 100644 --- a/extra/xorg-xdm/PKGBUILD +++ b/extra/xorg-xdm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198584 2013-10-30 15:46:50Z allan $ +# $Id: PKGBUILD 216239 2014-07-02 09:53:14Z fyan $ # Maintainer: Alexander Baldeck <alexander@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xdm pkgver=1.1.11 -pkgrel=4 +pkgrel=5 pkgdesc="X Display Manager" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xedit/PKGBUILD b/extra/xorg-xedit/PKGBUILD index 5fcec8b7d..81c04f3b8 100644 --- a/extra/xorg-xedit/PKGBUILD +++ b/extra/xorg-xedit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 175085 2013-01-13 09:47:49Z andyrtr $ +# $Id: PKGBUILD 216237 2014-07-02 09:47:23Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xedit pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Simple text editor for X" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xeyes/PKGBUILD b/extra/xorg-xeyes/PKGBUILD index 717d7a7b7..4b73c0870 100644 --- a/extra/xorg-xeyes/PKGBUILD +++ b/extra/xorg-xeyes/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151165 2012-02-25 06:45:35Z allan $ +# $Id: PKGBUILD 216235 2014-07-02 09:45:23Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xeyes pkgver=1.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Follow the mouse/SHAPE extension X demo" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xgamma/PKGBUILD b/extra/xorg-xgamma/PKGBUILD index e77997d4f..6853df971 100644 --- a/extra/xorg-xgamma/PKGBUILD +++ b/extra/xorg-xgamma/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154160 2012-03-23 20:11:06Z andyrtr $ +# $Id: PKGBUILD 216233 2014-07-02 09:41:49Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xgamma pkgver=1.0.5 -pkgrel=1 +pkgrel=2 pkgdesc="Alter a monitor's gamma correction" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xlogo/PKGBUILD b/extra/xorg-xlogo/PKGBUILD index 8a3713b97..341b0db85 100644 --- a/extra/xorg-xlogo/PKGBUILD +++ b/extra/xorg-xlogo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154168 2012-03-23 20:38:45Z andyrtr $ +# $Id: PKGBUILD 216227 2014-07-02 09:31:18Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xlogo pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Draw [old] X logo" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xmessage/PKGBUILD b/extra/xorg-xmessage/PKGBUILD index 8c6ddd5f4..2a1019d25 100644 --- a/extra/xorg-xmessage/PKGBUILD +++ b/extra/xorg-xmessage/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 175089 2013-01-13 09:51:21Z andyrtr $ +# $Id: PKGBUILD 216229 2014-07-02 09:33:46Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xmessage pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Display a message or query in a window" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xpr/PKGBUILD b/extra/xorg-xpr/PKGBUILD index 11ba4bad5..ecfc1779e 100644 --- a/extra/xorg-xpr/PKGBUILD +++ b/extra/xorg-xpr/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155001 2012-04-01 10:04:57Z andyrtr $ +# $Id: PKGBUILD 216225 2014-07-02 09:26:51Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xpr pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Print an X window dump from xwd" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xsetroot/PKGBUILD b/extra/xorg-xsetroot/PKGBUILD index ab156de7d..006e15420 100644 --- a/extra/xorg-xsetroot/PKGBUILD +++ b/extra/xorg-xsetroot/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 175904 2013-01-23 19:17:08Z andyrtr $ +# $Id: PKGBUILD 216223 2014-07-02 09:23:48Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xsetroot pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Classic X utility to set your root window background to a given pattern or color" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xvinfo/PKGBUILD b/extra/xorg-xvinfo/PKGBUILD index f3ef41f7d..910fbd842 100644 --- a/extra/xorg-xvinfo/PKGBUILD +++ b/extra/xorg-xvinfo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 177988 2013-02-12 19:43:20Z andyrtr $ +# $Id: PKGBUILD 216221 2014-07-02 09:17:59Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xvinfo pkgver=1.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xorg-xwud/PKGBUILD b/extra/xorg-xwud/PKGBUILD index b2a30dc07..4fa0dae53 100644 --- a/extra/xorg-xwud/PKGBUILD +++ b/extra/xorg-xwud/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155003 2012-04-01 10:06:45Z andyrtr $ +# $Id: PKGBUILD 216219 2014-07-02 09:14:10Z fyan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xwud pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="X Window System image undumping utility" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" diff --git a/extra/xournal/PKGBUILD b/extra/xournal/PKGBUILD index d4cfddaee..3fe452fe1 100644 --- a/extra/xournal/PKGBUILD +++ b/extra/xournal/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 215756 2014-06-30 11:43:03Z bisson $ +# $Id: PKGBUILD 216247 2014-07-02 14:29:19Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=xournal -pkgver=0.4.7 -pkgrel=2 +pkgver=0.4.8 +pkgrel=1 pkgdesc='Notetaking and sketching application' url='http://xournal.sourceforge.net/' license=('GPL') arch=('i686' 'x86_64') -depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme') optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds') +depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 'desktop-file-utils' 'hicolor-icon-theme') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f') +sha1sums=('e8b15c427287928e0995cc1b3bc83c2897c689ef') install=install |