[arch-commits] Commit in mcomix/trunk (PKGBUILD)

2020-05-28 Thread Jakob Gruber via arch-commits
Date: Thursday, May 28, 2020 @ 07:34:14
  Author: schuay
Revision: 636141

upgpkg: mcomix 1.3.0.dev0-3: 1.3.0.dev0-3

Modified:
  mcomix/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 07:17:33 UTC (rev 636140)
+++ PKGBUILD2020-05-28 07:34:14 UTC (rev 636141)
@@ -2,8 +2,9 @@
 # Contributor: Ray Powell 
 
 pkgname=mcomix
+# Might want to move to date-based versions.
 pkgver=1.3.0.dev0
-pkgrel=2
+pkgrel=3
 pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
 arch=('any')
 url="https://github.com/multiSnow/mcomix3;
@@ -13,7 +14,7 @@
 optdepends=('libunrar: for rar compressed comics'
 'mupdf-tools: for pdf comics'
 'p7zip: for 7zip compressed comics')
-_commit=2f82616f34154624c78fb6eca3bc0cc5cdef0cf3  # gtk3
+_commit=a95f08140fc8850890f283bc06e3e2615477d736  # HEAD as of 20200528.
 source=("git+https://github.com/multiSnow/mcomix3.git#commit=$_commit;)
 md5sums=('SKIP')
 
@@ -28,7 +29,6 @@
 
   install -Dm644 mime/mcomix.desktop 
"$pkgdir"/usr/share/applications/mcomix.desktop
   install -Dm644 mime/mcomix.appdata.xml 
"$pkgdir"/usr/share/metainfo/mcomix.appdata.xml
-  install -Dm644 mime/mcomix.xml "$pkgdir"/usr/share/mime/packages/mcomix.xml
   install -Dm644 mime/comicthumb.thumbnailer 
"$pkgdir"/usr/share/thumbnailers/comicthumb.thumbnailer
 
   for size in 16x16 22x22 24x24 32x32 48x48
@@ -36,9 +36,7 @@
 install -dm755 "$pkgdir"/usr/share/icons/hicolor/$size/apps/
 install -Dm644 mcomix/mcomix/images/$size/mcomix.png 
"$pkgdir"/usr/share/icons/hicolor/$size/apps/mcomix.png
 install -Dm644 mime/icons/$size/application-x-cb7.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cb7.png
-install -Dm644 mime/icons/$size/application-x-cbr.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbr.png
 install -Dm644 mime/icons/$size/application-x-cbt.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbt.png
-install -Dm644 mime/icons/$size/application-x-cbz.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbz.png
   done
 
   install -Dm644 man/mcomix.1 "$pkgdir"/usr/share/man/man1/mcomix.1


[arch-commits] Commit in mcomix/repos/community-any (PKGBUILD PKGBUILD)

2020-05-28 Thread Jakob Gruber via arch-commits
Date: Thursday, May 28, 2020 @ 07:34:23
  Author: schuay
Revision: 636142

archrelease: copy trunk to community-any

Added:
  mcomix/repos/community-any/PKGBUILD
(from rev 636141, mcomix/trunk/PKGBUILD)
Deleted:
  mcomix/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 44 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-28 07:34:14 UTC (rev 636141)
+++ PKGBUILD2020-05-28 07:34:23 UTC (rev 636142)
@@ -1,46 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Ray Powell 
-
-pkgname=mcomix
-pkgver=1.3.0.dev0
-pkgrel=2
-pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
-arch=('any')
-url="https://github.com/multiSnow/mcomix3;
-license=('GPL')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-pillow')
-makedepends=('git')
-optdepends=('libunrar: for rar compressed comics'
-'mupdf-tools: for pdf comics'
-'p7zip: for 7zip compressed comics')
-_commit=2f82616f34154624c78fb6eca3bc0cc5cdef0cf3  # gtk3
-source=("git+https://github.com/multiSnow/mcomix3.git#commit=$_commit;)
-md5sums=('SKIP')
-
-package() {
-  cd mcomix3
-
-  python installer.py --srcdir=mcomix --target="${pkgdir}"/usr/share
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/share/mcomix/mcomixstarter.py "$pkgdir"/usr/bin/mcomix
-  ln -s /usr/share/mcomix/comicthumb.py "$pkgdir"/usr/bin/comicthumb
-
-  install -Dm644 mime/mcomix.desktop 
"$pkgdir"/usr/share/applications/mcomix.desktop
-  install -Dm644 mime/mcomix.appdata.xml 
"$pkgdir"/usr/share/metainfo/mcomix.appdata.xml
-  install -Dm644 mime/mcomix.xml "$pkgdir"/usr/share/mime/packages/mcomix.xml
-  install -Dm644 mime/comicthumb.thumbnailer 
"$pkgdir"/usr/share/thumbnailers/comicthumb.thumbnailer
-
-  for size in 16x16 22x22 24x24 32x32 48x48
-  do
-install -dm755 "$pkgdir"/usr/share/icons/hicolor/$size/apps/
-install -Dm644 mcomix/mcomix/images/$size/mcomix.png 
"$pkgdir"/usr/share/icons/hicolor/$size/apps/mcomix.png
-install -Dm644 mime/icons/$size/application-x-cb7.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cb7.png
-install -Dm644 mime/icons/$size/application-x-cbr.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbr.png
-install -Dm644 mime/icons/$size/application-x-cbt.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbt.png
-install -Dm644 mime/icons/$size/application-x-cbz.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbz.png
-  done
-
-  install -Dm644 man/mcomix.1 "$pkgdir"/usr/share/man/man1/mcomix.1
-  install -Dm644 man/comicthumb.1 "$pkgdir"/usr/share/man/man1/comicthumb.1
-}

Copied: mcomix/repos/community-any/PKGBUILD (from rev 636141, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-28 07:34:23 UTC (rev 636142)
@@ -0,0 +1,44 @@
+# Maintainer: schuay 
+# Contributor: Ray Powell 
+
+pkgname=mcomix
+# Might want to move to date-based versions.
+pkgver=1.3.0.dev0
+pkgrel=3
+pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
+arch=('any')
+url="https://github.com/multiSnow/mcomix3;
+license=('GPL')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-pillow')
+makedepends=('git')
+optdepends=('libunrar: for rar compressed comics'
+'mupdf-tools: for pdf comics'
+'p7zip: for 7zip compressed comics')
+_commit=a95f08140fc8850890f283bc06e3e2615477d736  # HEAD as of 20200528.
+source=("git+https://github.com/multiSnow/mcomix3.git#commit=$_commit;)
+md5sums=('SKIP')
+
+package() {
+  cd mcomix3
+
+  python installer.py --srcdir=mcomix --target="${pkgdir}"/usr/share
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/share/mcomix/mcomixstarter.py "$pkgdir"/usr/bin/mcomix
+  ln -s /usr/share/mcomix/comicthumb.py "$pkgdir"/usr/bin/comicthumb
+
+  install -Dm644 mime/mcomix.desktop 
"$pkgdir"/usr/share/applications/mcomix.desktop
+  install -Dm644 mime/mcomix.appdata.xml 
"$pkgdir"/usr/share/metainfo/mcomix.appdata.xml
+  install -Dm644 mime/comicthumb.thumbnailer 
"$pkgdir"/usr/share/thumbnailers/comicthumb.thumbnailer
+
+  for size in 16x16 22x22 24x24 32x32 48x48
+  do
+install -dm755 "$pkgdir"/usr/share/icons/hicolor/$size/apps/
+install -Dm644 mcomix/mcomix/images/$size/mcomix.png 
"$pkgdir"/usr/share/icons/hicolor/$size/apps/mcomix.png
+install -Dm644 mime/icons/$size/application-x-cb7.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cb7.png
+install -Dm644 mime/icons/$size/application-x-cbt.png 
"$pkgdir"/usr/share/icons/hicolor/$size/mimetypes/application-x-cbt.png
+  done
+
+  install -Dm644 man/mcomix.1 "$pkgdir"/usr/share/man/man1/mcomix.1
+  install -Dm644 man/comicthumb.1 

[arch-commits] Commit in puzzles/trunk (PKGBUILD)

2020-05-26 Thread Jakob Gruber via arch-commits
Date: Tuesday, May 26, 2020 @ 14:55:13
  Author: schuay
Revision: 635109

upgpkg: puzzles 20200524-1: 20200524

Modified:
  puzzles/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 14:54:19 UTC (rev 635108)
+++ PKGBUILD2020-05-26 14:55:13 UTC (rev 635109)
@@ -3,7 +3,7 @@
 # Maintainer: schuay 
 
 pkgname=puzzles
-pkgver=20200413
+pkgver=20200524
 pkgrel=1
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('pkgconfig' 'git')
 depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=e2135d51c51a39f05e2c20c70111b27c15952803"
+source=("git://git.tartarus.org/simon/puzzles.git#commit=66b9e8c7de0eecb3d85d9a1766fab1082848448b"
 "icons.tar.xz")
 md5sums=('SKIP'
  '71488c328e2381c27a5084b30ea3516a')


[arch-commits] Commit in puzzles/repos/community-x86_64 (4 files)

2020-05-26 Thread Jakob Gruber via arch-commits
Date: Tuesday, May 26, 2020 @ 14:55:20
  Author: schuay
Revision: 635110

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 635109, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-x86_64/icons.tar.xz
(from rev 635109, puzzles/trunk/icons.tar.xz)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD
  puzzles/repos/community-x86_64/icons.tar.xz

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-26 14:55:13 UTC (rev 635109)
+++ PKGBUILD2020-05-26 14:55:20 UTC (rev 635110)
@@ -1,80 +0,0 @@
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=puzzles
-pkgver=20200413
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('x86_64')
-url="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'git')
-depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=e2135d51c51a39f05e2c20c70111b27c15952803"
-"icons.tar.xz")
-md5sums=('SKIP'
- '71488c328e2381c27a5084b30ea3516a')
-
-prepare() {
-cd ${srcdir}
-tar xvf icons.tar.xz
-
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-sed -i 's_-Werror __' Makefile.gtk
-sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generating icons no longer works, xvfb-run reports
-# 'headless mode not supported below GTK3'. We now keep previously
-# generated icons manually.
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for f in ./*.png; do
-install -Dm644 ${f} ${pkgdir}/usr/share/icons/hicolor/48x48/apps/${f}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-cd ${pkgdir}/usr/bin
-for oldname in *; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 635109, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-26 14:55:20 UTC (rev 635110)
@@ -0,0 +1,80 @@
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=puzzles
+pkgver=20200524
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('x86_64')
+url="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'git')
+depends=('gtk2' 'desktop-file-utils')
+source=("git://git.tartarus.org/simon/puzzles.git#commit=66b9e8c7de0eecb3d85d9a1766fab1082848448b"
+"icons.tar.xz")
+md5sums=('SKIP'
+ '71488c328e2381c27a5084b30ea3516a')
+
+prepare() {
+cd ${srcdir}
+tar xvf icons.tar.xz
+
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_-Werror __' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generating icons no longer works, xvfb-run reports
+# 'headless mode not supported below GTK3'. We now keep previously
+# generated icons manually.
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/icons
+
+install -d 

[arch-commits] Commit in shntool/trunk (3 files)

2020-05-26 Thread Jakob Gruber via arch-commits
Date: Tuesday, May 26, 2020 @ 14:46:01
  Author: schuay
Revision: 635105

upgpkg: shntool 3.0.10-6: 3.0.10-6

Added:
  shntool/trunk/debian_patches_950803.patch
  shntool/trunk/debian_patches_no-cdquality-check.patch
Modified:
  shntool/trunk/PKGBUILD

-+
 PKGBUILD|9 +
 debian_patches_950803.patch |   46 ++
 debian_patches_no-cdquality-check.patch |   21 +
 3 files changed, 75 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 14:36:26 UTC (rev 635104)
+++ PKGBUILD2020-05-26 14:46:01 UTC (rev 635105)
@@ -3,7 +3,7 @@
 
 pkgname=shntool
 pkgver=3.0.10
-pkgrel=5
+pkgrel=6
 pkgdesc="A multi-purpose WAVE data processing and reporting utility"
 arch=('x86_64')
 url="http://shnutils.freeshell.org/shntool/;
@@ -14,15 +14,20 @@
 'flac: support for flac format'
 'wavpack: support for wv format')
 
source=("http://shnutils.freeshell.org/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
+'debian_patches_950803.patch'
+'debian_patches_no-cdquality-check.patch'
 'shntool-3.0.10-large-size.diff'
 'shntool-3.0.10-large-times.diff')
 
 # Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
+# https://salsa.debian.org/debian/shntool/-/tree/master/debian/patches
 
 prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -Np1 < "${srcdir}/debian_patches_950803.patch"
   patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
   patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
+  patch -Np1 < "${srcdir}/debian_patches_no-cdquality-check.patch"
 }
 
 build() {
@@ -37,6 +42,8 @@
 }
 
 md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
+ 'a3aa5b817cedb4226fa32340609a5995'
+ '596398b13e02b243078320ebde4743fb'
  '4265935ef1d684a4b49041278ffda7de'
  '6f0d61ddbf8cbee5c0b51a99e987ddda')
 

Added: debian_patches_950803.patch
===
--- debian_patches_950803.patch (rev 0)
+++ debian_patches_950803.patch 2020-05-26 14:46:01 UTC (rev 635105)
@@ -0,0 +1,46 @@
+Origin: https://github.com/max619/shntool/commit/cfd06e4ed
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950803
+From cfd06e4edecdca2013e0fe04db135fd110a68203 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=91=D0=B0=D0=B3?=
+ =?UTF-8?q?=D1=80=D1=8F=D0=BD=D1=86=D0=B5=D0=B2?= 
+Date: Mon, 11 Nov 2019 00:53:06 +0300
+Subject: [PATCH] Added WAVE_FORMAT_EXTENSIBLE with value 0xfffe and supressed
+ error on wav header parsing with that format
+
+--- a/include/wave.h
 b/include/wave.h
+@@ -58,8 +58,9 @@
+ #define WAVE_FORMAT_MPEG(0x0050)
+ #define WAVE_FORMAT_MPEGLAYER3  (0x0055)
+ #define WAVE_FORMAT_G726_ADPCM  (0x0064)
+ #define WAVE_FORMAT_G722_ADPCM  (0x0065)
++#define WAVE_FORMAT_EXTENSIBLE  (0xfffe)
+ 
+ #define CD_BLOCK_SIZE   (2352)
+ #define CD_BLOCKS_PER_SEC   (75)
+ #define CD_BLOCK_ALIGN  (4)
+--- a/src/core_wave.c
 b/src/core_wave.c
+@@ -166,8 +166,9 @@
+ return FALSE;
+   }
+ 
+   switch (info->wave_format) {
++case WAVE_FORMAT_EXTENSIBLE:
+ case WAVE_FORMAT_PCM:
+   break;
+ default:
+   st_warning("unsupported format 0x%04x (%s) while processing file: [%s]",
+@@ -510,9 +511,11 @@
+   return "MPEG Layer 3";
+ case WAVE_FORMAT_G726_ADPCM:
+   return "G.726 ADPCM";
+ case WAVE_FORMAT_G722_ADPCM:
+-  return "G.722 ADPCM";
++  return "G.722 ADPCM";  
++case WAVE_FORMAT_EXTENSIBLE:
++  return "WAVE Extensible format";
+   }
+   return "Unknown";
+ }
+ 

Added: debian_patches_no-cdquality-check.patch
===
--- debian_patches_no-cdquality-check.patch (rev 0)
+++ debian_patches_no-cdquality-check.patch 2020-05-26 14:46:01 UTC (rev 
635105)
@@ -0,0 +1,21 @@
+Last-Update: 2014-11-15
+Forwarded: yes
+Author: Dmitry Smirnov 
+Bug-Debian: http://bugs.debian.org/769585
+Description: disable CD-quality check, needed to process 24bit 96kHz files.
+
+--- a/src/core_mode.c
 b/src/core_mode.c
+@@ -344,10 +344,10 @@
+ 
+   *colon = 0;
+   *dot = 0;
+ 
+-  if (PROB_NOT_CD(info))
+-st_error("m:ss.ff format can only be used with CD-quality files");
++//  if (PROB_NOT_CD(info))
++//st_error("m:ss.ff format can only be used with CD-quality files");
+ 
+   min = atoi((const char *)buf);
+   sec = atoi((const char *)(colon+1));
+   frames = atoi((const char *)(dot+1));


[arch-commits] Commit in shntool/repos/community-x86_64 (8 files)

2020-05-26 Thread Jakob Gruber via arch-commits
Date: Tuesday, May 26, 2020 @ 14:46:09
  Author: schuay
Revision: 635106

archrelease: copy trunk to community-x86_64

Added:
  shntool/repos/community-x86_64/PKGBUILD
(from rev 635105, shntool/trunk/PKGBUILD)
  shntool/repos/community-x86_64/debian_patches_950803.patch
(from rev 635105, shntool/trunk/debian_patches_950803.patch)
  shntool/repos/community-x86_64/debian_patches_no-cdquality-check.patch
(from rev 635105, shntool/trunk/debian_patches_no-cdquality-check.patch)
  shntool/repos/community-x86_64/shntool-3.0.10-large-size.diff
(from rev 635105, shntool/trunk/shntool-3.0.10-large-size.diff)
  shntool/repos/community-x86_64/shntool-3.0.10-large-times.diff
(from rev 635105, shntool/trunk/shntool-3.0.10-large-times.diff)
Deleted:
  shntool/repos/community-x86_64/PKGBUILD
  shntool/repos/community-x86_64/shntool-3.0.10-large-size.diff
  shntool/repos/community-x86_64/shntool-3.0.10-large-times.diff

-+
 PKGBUILD|   93 --
 debian_patches_950803.patch |   46 ++
 debian_patches_no-cdquality-check.patch |   21 ++
 shntool-3.0.10-large-size.diff  |   44 +++---
 shntool-3.0.10-large-times.diff |   78 -
 5 files changed, 178 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-26 14:46:01 UTC (rev 635105)
+++ PKGBUILD2020-05-26 14:46:09 UTC (rev 635106)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Michal Hybner 
-
-pkgname=shntool
-pkgver=3.0.10
-pkgrel=5
-pkgdesc="A multi-purpose WAVE data processing and reporting utility"
-arch=('x86_64')
-url="http://shnutils.freeshell.org/shntool/;
-license=('GPL')
-options=(!emptydirs)
-depends=('glibc')
-optdepends=('mac: support for ape format'
-'flac: support for flac format'
-'wavpack: support for wv format')
-source=("http://shnutils.freeshell.org/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
-'shntool-3.0.10-large-size.diff'
-'shntool-3.0.10-large-times.diff')
-
-# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
-
-prepare() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
-  patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
-}
-
-build() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
- '4265935ef1d684a4b49041278ffda7de'
- '6f0d61ddbf8cbee5c0b51a99e987ddda')
-
-# vim:set ts=2 sw=2 et:

Copied: shntool/repos/community-x86_64/PKGBUILD (from rev 635105, 
shntool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-26 14:46:09 UTC (rev 635106)
@@ -0,0 +1,50 @@
+# Maintainer: schuay 
+# Contributor: Michal Hybner 
+
+pkgname=shntool
+pkgver=3.0.10
+pkgrel=6
+pkgdesc="A multi-purpose WAVE data processing and reporting utility"
+arch=('x86_64')
+url="http://shnutils.freeshell.org/shntool/;
+license=('GPL')
+options=(!emptydirs)
+depends=('glibc')
+optdepends=('mac: support for ape format'
+'flac: support for flac format'
+'wavpack: support for wv format')
+source=("http://shnutils.freeshell.org/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
+'debian_patches_950803.patch'
+'debian_patches_no-cdquality-check.patch'
+'shntool-3.0.10-large-size.diff'
+'shntool-3.0.10-large-times.diff')
+
+# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
+# https://salsa.debian.org/debian/shntool/-/tree/master/debian/patches
+
+prepare() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -Np1 < "${srcdir}/debian_patches_950803.patch"
+  patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
+  patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
+  patch -Np1 < "${srcdir}/debian_patches_no-cdquality-check.patch"
+}
+
+build() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
+ 'a3aa5b817cedb4226fa32340609a5995'
+ '596398b13e02b243078320ebde4743fb'
+ '4265935ef1d684a4b49041278ffda7de'
+ '6f0d61ddbf8cbee5c0b51a99e987ddda')
+
+# vim:set ts=2 sw=2 et:

Copied: shntool/repos/community-x86_64/debian_patches_950803.patch (from rev 
635105, shntool/trunk/debian_patches_950803.patch)
===
--- debian_patches_950803.patch (rev 0)
+++ debian_patches_950803.patch 

[arch-commits] Commit in mac/trunk (PKGBUILD)

2020-05-26 Thread Jakob Gruber via arch-commits
Date: Tuesday, May 26, 2020 @ 14:36:02
  Author: schuay
Revision: 635103

upgpkg: mac 5.38-1: 5.38

Modified:
  mac/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 14:29:41 UTC (rev 635102)
+++ PKGBUILD2020-05-26 14:36:02 UTC (rev 635103)
@@ -3,7 +3,8 @@
 # Contributor: Chocobo1 
 
 pkgname=mac
-pkgver=4.71
+pkgver=5.38
+_pkgver=538d
 pkgrel=1
 pkgdesc='APE codec and decompressor'
 arch=('x86_64')
@@ -11,8 +12,8 @@
 license=('custom')
 depends=('gcc-libs')
 makedepends=('curl')
-source=("https://monkeysaudio.com/files/MAC_SDK_${pkgver//.}.zip;)
-sha256sums=('557adc2ec6865bfb0ba6c26d461f4c6172f1d542f71b3cf47f0cef52f99ac664')
+source=("https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip;)
+sha256sums=('dab699501f5cc044f8937a369f91aec0a04e8b9f05576e299db4c1b9f8883c0a')
 
 prepare() {
   cd "${srcdir}"


[arch-commits] Commit in mac/repos/community-x86_64 (4 files)

2020-05-26 Thread Jakob Gruber via arch-commits
Date: Tuesday, May 26, 2020 @ 14:36:26
  Author: schuay
Revision: 635104

archrelease: copy trunk to community-x86_64

Added:
  mac/repos/community-x86_64/PKGBUILD
(from rev 635103, mac/trunk/PKGBUILD)
  mac/repos/community-x86_64/mac-gcc6.patch
(from rev 635103, mac/trunk/mac-gcc6.patch)
Deleted:
  mac/repos/community-x86_64/PKGBUILD
  mac/repos/community-x86_64/mac-gcc6.patch

+
 PKGBUILD   |   67 -
 mac-gcc6.patch |  380 +++
 2 files changed, 224 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-26 14:36:02 UTC (rev 635103)
+++ PKGBUILD2020-05-26 14:36:26 UTC (rev 635104)
@@ -1,33 +0,0 @@
-# Maintainer: schuay 
-# Contributor: stonecrest 
-# Contributor: Chocobo1 
-
-pkgname=mac
-pkgver=4.71
-pkgrel=1
-pkgdesc='APE codec and decompressor'
-arch=('x86_64')
-url='https://www.monkeysaudio.com/index.html'
-license=('custom')
-depends=('gcc-libs')
-makedepends=('curl')
-source=("https://monkeysaudio.com/files/MAC_SDK_${pkgver//.}.zip;)
-sha256sums=('557adc2ec6865bfb0ba6c26d461f4c6172f1d542f71b3cf47f0cef52f99ac664')
-
-prepare() {
-  cd "${srcdir}"
-  curl --remote-name "https://www.monkeysaudio.com/license.html;
-  ln -s "${srcdir}/Source/Projects/NonWindows/Makefile" "Makefile"
-}
-
-build() {
-  cd "${srcdir}"
-  make
-}
-
-package() {
-  cd "${srcdir}"
-  make DESTDIR="${pkgdir}" prefix="/usr" install
-  install -Dm644 license.html \
-  "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
-}

Copied: mac/repos/community-x86_64/PKGBUILD (from rev 635103, 
mac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-26 14:36:26 UTC (rev 635104)
@@ -0,0 +1,34 @@
+# Maintainer: schuay 
+# Contributor: stonecrest 
+# Contributor: Chocobo1 
+
+pkgname=mac
+pkgver=5.38
+_pkgver=538d
+pkgrel=1
+pkgdesc='APE codec and decompressor'
+arch=('x86_64')
+url='https://www.monkeysaudio.com/index.html'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('curl')
+source=("https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip;)
+sha256sums=('dab699501f5cc044f8937a369f91aec0a04e8b9f05576e299db4c1b9f8883c0a')
+
+prepare() {
+  cd "${srcdir}"
+  curl --remote-name "https://www.monkeysaudio.com/license.html;
+  ln -s "${srcdir}/Source/Projects/NonWindows/Makefile" "Makefile"
+}
+
+build() {
+  cd "${srcdir}"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+  make DESTDIR="${pkgdir}" prefix="/usr" install
+  install -Dm644 license.html \
+  "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
+}

Deleted: mac-gcc6.patch
===
--- mac-gcc6.patch  2020-05-26 14:36:02 UTC (rev 635103)
+++ mac-gcc6.patch  2020-05-26 14:36:26 UTC (rev 635104)
@@ -1,190 +0,0 @@
-diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APECompress.cpp 
monkeys-audio-4.11-u4-b5-s7/src/MACLib/APECompress.cpp
 monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APECompress.cpp 2017-03-04 
17:07:21.952460418 +0100
-+++ monkeys-audio-4.11-u4-b5-s7/src/MACLib/APECompress.cpp 2017-03-04 
17:11:58.607449387 +0100
-@@ -117,7 +117,7 @@
- return ERROR_UNDEFINED;
- 
- // calculate how many bytes to copy and add that much to the buffer
--int nBytesToProcess = min(nBytesAvailable, nBytes - nBytesDone);
-+int nBytesToProcess = min_macro(nBytesAvailable, nBytes - nBytesDone);
- memcpy(pBuffer, [nBytesDone], nBytesToProcess);
- 
- // unlock the buffer (fail if not successful)
-@@ -162,7 +162,7 @@
- 
- while ((m_nBufferTail - m_nBufferHead) >= nThreshold)
- {
--int nFrameBytes = min(m_spAPECompressCreate->GetFullFrameBytes(), 
m_nBufferTail - m_nBufferHead);
-+int nFrameBytes = 
min_macro(m_spAPECompressCreate->GetFullFrameBytes(), m_nBufferTail - 
m_nBufferHead);
- 
- if (nFrameBytes == 0)
- break;
-diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APEDecompress.cpp 
monkeys-audio-4.11-u4-b5-s7/src/MACLib/APEDecompress.cpp
 monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APEDecompress.cpp   
2017-03-04 17:07:21.952460418 +0100
-+++ monkeys-audio-4.11-u4-b5-s7/src/MACLib/APEDecompress.cpp   2017-03-04 
17:14:55.455442336 +0100
-@@ -35,8 +35,8 @@
- m_bErrorDecodingCurrentFrame = FALSE;
- 
- // set the "real" start and finish blocks
--m_nStartBlock = (nStartBlock < 0) ? 0 : min(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
--m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 
min(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
-+m_nStartBlock = (nStartBlock < 0) ? 0 : min_macro(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
-+m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 

[arch-commits] Commit in puzzles/repos/community-x86_64 (4 files)

2020-04-27 Thread Jakob Gruber via arch-commits
Date: Monday, April 27, 2020 @ 18:59:54
  Author: schuay
Revision: 621919

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 621918, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-x86_64/icons.tar.xz
(from rev 621918, puzzles/trunk/icons.tar.xz)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD
  puzzles/repos/community-x86_64/icons.tar.xz

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-27 18:59:44 UTC (rev 621918)
+++ PKGBUILD2020-04-27 18:59:54 UTC (rev 621919)
@@ -1,80 +0,0 @@
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=puzzles
-pkgver=20190415
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'git')
-depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=e2135d51c51a39f05e2c20c70111b27c15952803"
-"icons.tar.xz")
-md5sums=('SKIP'
- '71488c328e2381c27a5084b30ea3516a')
-
-prepare() {
-cd ${srcdir}
-tar xvf icons.tar.xz
-
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-sed -i 's_-Werror __' Makefile.gtk
-sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generating icons no longer works, xvfb-run reports
-# 'headless mode not supported below GTK3'. We now keep previously
-# generated icons manually.
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for f in ./*.png; do
-install -Dm644 ${f} ${pkgdir}/usr/share/icons/hicolor/48x48/apps/${f}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-cd ${pkgdir}/usr/bin
-for oldname in *; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 621918, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-27 18:59:54 UTC (rev 621919)
@@ -0,0 +1,80 @@
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=puzzles
+pkgver=20200413
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('x86_64')
+url="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'git')
+depends=('gtk2' 'desktop-file-utils')
+source=("git://git.tartarus.org/simon/puzzles.git#commit=e2135d51c51a39f05e2c20c70111b27c15952803"
+"icons.tar.xz")
+md5sums=('SKIP'
+ '71488c328e2381c27a5084b30ea3516a')
+
+prepare() {
+cd ${srcdir}
+tar xvf icons.tar.xz
+
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_-Werror __' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generating icons no longer works, xvfb-run reports
+# 'headless mode not supported below GTK3'. We now keep previously
+# generated icons manually.
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/icons
+
+install -d 

[arch-commits] Commit in puzzles/trunk (PKGBUILD)

2020-04-27 Thread Jakob Gruber via arch-commits
Date: Monday, April 27, 2020 @ 18:59:44
  Author: schuay
Revision: 621918

upgpkg: puzzles 20200413-1: 20200413-1

Modified:
  puzzles/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-27 18:41:45 UTC (rev 621917)
+++ PKGBUILD2020-04-27 18:59:44 UTC (rev 621918)
@@ -3,7 +3,7 @@
 # Maintainer: schuay 
 
 pkgname=puzzles
-pkgver=20190415
+pkgver=20200413
 pkgrel=1
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=('x86_64')


[arch-commits] Commit in nethack/repos/community-x86_64 (4 files)

2020-03-18 Thread Jakob Gruber via arch-commits
Date: Wednesday, March 18, 2020 @ 17:26:41
  Author: schuay
Revision: 600597

archrelease: copy trunk to community-x86_64

Added:
  nethack/repos/community-x86_64/PKGBUILD
(from rev 600596, nethack/trunk/PKGBUILD)
  nethack/repos/community-x86_64/nethack.install
(from rev 600596, nethack/trunk/nethack.install)
Deleted:
  nethack/repos/community-x86_64/PKGBUILD
  nethack/repos/community-x86_64/nethack.install

-+
 PKGBUILD|  152 +++---
 nethack.install |   24 
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 17:26:31 UTC (rev 600596)
+++ PKGBUILD2020-03-18 17:26:41 UTC (rev 600597)
@@ -1,76 +0,0 @@
-# Maintainer : schuay 
-# Contributor : kevin 
-# Contributor : Christian Schmidt 
-# Contributor : Markus Meissner 
-# Contributor : Nick Erdmann 
-
-pkgname=nethack
-pkgver=3.6.4
-pkgrel=1
-pkgdesc='A single player dungeon exploration game'
-arch=('x86_64')
-url="https://www.nethack.org/index.html;
-license=('custom')
-depends=('ncurses' 'gzip')
-install=nethack.install
-source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
-
-_builddir="NetHack-NetHack-3.6.4_Released"
-
-prepare() {
-  cd "$srcdir/$_builddir"
-
-  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
-  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
-
-  # we are setting up for setgid games, so modify all necessary permissions
-  # to allow full access for groups
-
-  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
-  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
-  -e '/^VARDIRPERM/ s|0755|0775|' \
-  -e '/^VARFILEPERM/ s|0600|0664|' \
-  -e '/^GAMEPERM/ s|0755|02755|' \
-  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
-  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
-
-  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
-  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
-  -e '/^FILEPERM\s*=/ s|0644|0664|' \
-  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
-
-  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 
sys/unix/Makefile.doc
-
-}
-
-build(){
-  cd "$srcdir/$_builddir/sys/unix"
-  sh setup.sh hints/linux
-
-  cd "$srcdir/$_builddir"
-  make
-}
-  
-package() {
-  cd "$srcdir/$_builddir"
-
-  install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
-  install -dm775 $pkgdir/var/games/
-  make PREFIX=$pkgdir -j1 install manpages # Multi-threaded builds fail.
-  sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
-  -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
-  -i $pkgdir/usr/bin/nethack
-
-  install -dm755 $pkgdir/usr/lib/nethack
-  mv $pkgdir/var/games/nethack/{nethack,recover} $pkgdir/usr/lib/nethack/
-
-  # FS#43414: /var/games should be owned by root:games.
-  chown -R root:games $pkgdir/var/games/
-  chown root:games $pkgdir/usr/lib/nethack/nethack
-  #chmod 02755 $pkgdir/usr/lib/nethack/nethack
-
-  install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
-  install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('b3a84ed39818489560c8c0e368490255')

Copied: nethack/repos/community-x86_64/PKGBUILD (from rev 600596, 
nethack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 17:26:41 UTC (rev 600597)
@@ -0,0 +1,76 @@
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 
+# Contributor : Markus Meissner 
+# Contributor : Nick Erdmann 
+
+pkgname=nethack
+pkgver=3.6.6
+pkgrel=1
+pkgdesc='A single player dungeon exploration game'
+arch=('x86_64')
+url="https://www.nethack.org/index.html;
+license=('custom')
+depends=('ncurses' 'gzip')
+install=nethack.install
+source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
+
+_builddir="NetHack-NetHack-3.6.6_Released"
+
+prepare() {
+  cd "$srcdir/$_builddir"
+
+  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
+
+  # we are setting up for setgid games, so modify all necessary permissions
+  # to allow full access for groups
+
+  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
+  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
+  -e '/^VARDIRPERM/ s|0755|0775|' \
+  -e '/^VARFILEPERM/ s|0600|0664|' \
+  -e '/^GAMEPERM/ s|0755|02755|' \
+  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
+  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
+
+  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
+  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
+  -e '/^FILEPERM\s*=/ s|0644|0664|' \
+  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
+
+  

[arch-commits] Commit in nethack/trunk (PKGBUILD)

2020-03-18 Thread Jakob Gruber via arch-commits
Date: Wednesday, March 18, 2020 @ 17:26:31
  Author: schuay
Revision: 600596

upgpkg: nethack 3.6.6-1: 3.6.6

Modified:
  nethack/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 16:46:54 UTC (rev 600595)
+++ PKGBUILD2020-03-18 17:26:31 UTC (rev 600596)
@@ -5,7 +5,7 @@
 # Contributor : Nick Erdmann 
 
 pkgname=nethack
-pkgver=3.6.4
+pkgver=3.6.6
 pkgrel=1
 pkgdesc='A single player dungeon exploration game'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 install=nethack.install
 
source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
 
-_builddir="NetHack-NetHack-3.6.4_Released"
+_builddir="NetHack-NetHack-3.6.6_Released"
 
 prepare() {
   cd "$srcdir/$_builddir"
@@ -73,4 +73,4 @@
   install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('b3a84ed39818489560c8c0e368490255')
+md5sums=('6c9a75f556d24c66801d74d8727a602e')


[arch-commits] Commit in mc/repos/community-x86_64 (4 files)

2020-01-27 Thread Jakob Gruber via arch-commits
Date: Monday, January 27, 2020 @ 18:20:28
  Author: schuay
Revision: 556264

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 556263, mc/trunk/PKGBUILD)
  mc/repos/community-x86_64/mc-mksh-subshell-v2.patch
(from rev 556263, mc/trunk/mc-mksh-subshell-v2.patch)
Deleted:
  mc/repos/community-x86_64/PKGBUILD
  mc/repos/community-x86_64/mc-mksh-subshell-v2.patch

---+
 PKGBUILD  |  136 
 mc-mksh-subshell-v2.patch |  148 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 18:20:16 UTC (rev 556263)
+++ PKGBUILD2020-01-27 18:20:28 UTC (rev 556264)
@@ -1,68 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.23
-pkgrel=1
-pkgdesc="A file manager that emulates Norton Commander"
-arch=('x86_64')
-url="https://midnight-commander.org/;
-license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
-makedepends=('libxt' 'libx11' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
-"mc-mksh-subshell-v2.patch")
-sha256sums=('dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c'
-'5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < "$srcdir"/mc-mksh-subshell-v2.patch
-}
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-screen=slang \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
-  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
-}

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 556263, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-27 18:20:28 UTC (rev 556264)
@@ -0,0 +1,68 @@
+# Maintainer: Alad Wenter 
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.24
+pkgrel=1
+pkgdesc="A file manager that emulates Norton Commander"
+arch=('x86_64')
+url="https://midnight-commander.org/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
+"mc-mksh-subshell-v2.patch")
+sha256sums=('859f1cc070450bf6eb4d319ffcb6a5ac29deb0ac0d81559fb2e71242b1176d46'
+'5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "$srcdir"/mc-mksh-subshell-v2.patch
+}
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-screen=slang \
+  --with-x
+  make
+}
+

[arch-commits] Commit in mc/trunk (PKGBUILD)

2020-01-27 Thread Jakob Gruber via arch-commits
Date: Monday, January 27, 2020 @ 18:20:16
  Author: schuay
Revision: 556263

upgpkg: mc 4.8.24-1: 4.8.24-1

Modified:
  mc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 18:19:19 UTC (rev 556262)
+++ PKGBUILD2020-01-27 18:20:16 UTC (rev 556263)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
-pkgver=4.8.23
+pkgver=4.8.24
 pkgrel=1
 pkgdesc="A file manager that emulates Norton Commander"
 arch=('x86_64')
@@ -37,7 +37,7 @@
 options=('!emptydirs')
 source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
 "mc-mksh-subshell-v2.patch")
-sha256sums=('dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c'
+sha256sums=('859f1cc070450bf6eb4d319ffcb6a5ac29deb0ac0d81559fb2e71242b1176d46'
 '5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
 
 prepare() {


[arch-commits] Commit in nethack/trunk (PKGBUILD)

2020-01-24 Thread Jakob Gruber via arch-commits
Date: Friday, January 24, 2020 @ 13:35:00
  Author: schuay
Revision: 555331

upgpkg: nethack 3.6.4-1: 3.6.4-1

Modified:
  nethack/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-24 13:34:59 UTC (rev 555330)
+++ PKGBUILD2020-01-24 13:35:00 UTC (rev 555331)
@@ -5,7 +5,7 @@
 # Contributor : Nick Erdmann 
 
 pkgname=nethack
-pkgver=3.6.2
+pkgver=3.6.4
 pkgrel=1
 pkgdesc='A single player dungeon exploration game'
 arch=('x86_64')
@@ -15,8 +15,10 @@
 install=nethack.install
 
source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
 
+_builddir="NetHack-NetHack-3.6.4_Released"
+
 prepare() {
-  cd $srcdir/$pkgname-$pkgver/
+  cd "$srcdir/$_builddir"
 
   sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
   -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
@@ -42,15 +44,15 @@
 }
 
 build(){
-  cd $srcdir/$pkgname-$pkgver/sys/unix
+  cd "$srcdir/$_builddir/sys/unix"
   sh setup.sh hints/linux
 
-  cd $srcdir/$pkgname-$pkgver
+  cd "$srcdir/$_builddir"
   make
 }
   
 package() {
-  cd $srcdir/$pkgname-$pkgver/
+  cd "$srcdir/$_builddir"
 
   install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
   install -dm775 $pkgdir/var/games/
@@ -71,4 +73,4 @@
   install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('567c89d9606456ce98c1b9535d024b8f')
+md5sums=('b3a84ed39818489560c8c0e368490255')


[arch-commits] Commit in nethack/repos/community-x86_64 (4 files)

2020-01-24 Thread Jakob Gruber via arch-commits
Date: Friday, January 24, 2020 @ 13:35:09
  Author: schuay
Revision: 555333

archrelease: copy trunk to community-x86_64

Added:
  nethack/repos/community-x86_64/PKGBUILD
(from rev 555332, nethack/trunk/PKGBUILD)
  nethack/repos/community-x86_64/nethack.install
(from rev 555332, nethack/trunk/nethack.install)
Deleted:
  nethack/repos/community-x86_64/PKGBUILD
  nethack/repos/community-x86_64/nethack.install

-+
 PKGBUILD|  150 +++---
 nethack.install |   24 
 2 files changed, 88 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-24 13:35:04 UTC (rev 555332)
+++ PKGBUILD2020-01-24 13:35:09 UTC (rev 555333)
@@ -1,74 +0,0 @@
-# Maintainer : schuay 
-# Contributor : kevin 
-# Contributor : Christian Schmidt 
-# Contributor : Markus Meissner 
-# Contributor : Nick Erdmann 
-
-pkgname=nethack
-pkgver=3.6.2
-pkgrel=1
-pkgdesc='A single player dungeon exploration game'
-arch=('x86_64')
-url="https://www.nethack.org/index.html;
-license=('custom')
-depends=('ncurses' 'gzip')
-install=nethack.install
-source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
-  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
-
-  # we are setting up for setgid games, so modify all necessary permissions
-  # to allow full access for groups
-
-  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
-  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
-  -e '/^VARDIRPERM/ s|0755|0775|' \
-  -e '/^VARFILEPERM/ s|0600|0664|' \
-  -e '/^GAMEPERM/ s|0755|02755|' \
-  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
-  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
-
-  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
-  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
-  -e '/^FILEPERM\s*=/ s|0644|0664|' \
-  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
-
-  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 
sys/unix/Makefile.doc
-
-}
-
-build(){
-  cd $srcdir/$pkgname-$pkgver/sys/unix
-  sh setup.sh hints/linux
-
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-  
-package() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
-  install -dm775 $pkgdir/var/games/
-  make PREFIX=$pkgdir -j1 install manpages # Multi-threaded builds fail.
-  sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
-  -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
-  -i $pkgdir/usr/bin/nethack
-
-  install -dm755 $pkgdir/usr/lib/nethack
-  mv $pkgdir/var/games/nethack/{nethack,recover} $pkgdir/usr/lib/nethack/
-
-  # FS#43414: /var/games should be owned by root:games.
-  chown -R root:games $pkgdir/var/games/
-  chown root:games $pkgdir/usr/lib/nethack/nethack
-  #chmod 02755 $pkgdir/usr/lib/nethack/nethack
-
-  install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
-  install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('567c89d9606456ce98c1b9535d024b8f')

Copied: nethack/repos/community-x86_64/PKGBUILD (from rev 555332, 
nethack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-24 13:35:09 UTC (rev 555333)
@@ -0,0 +1,76 @@
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 
+# Contributor : Markus Meissner 
+# Contributor : Nick Erdmann 
+
+pkgname=nethack
+pkgver=3.6.4
+pkgrel=1
+pkgdesc='A single player dungeon exploration game'
+arch=('x86_64')
+url="https://www.nethack.org/index.html;
+license=('custom')
+depends=('ncurses' 'gzip')
+install=nethack.install
+source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
+
+_builddir="NetHack-NetHack-3.6.4_Released"
+
+prepare() {
+  cd "$srcdir/$_builddir"
+
+  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
+
+  # we are setting up for setgid games, so modify all necessary permissions
+  # to allow full access for groups
+
+  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
+  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
+  -e '/^VARDIRPERM/ s|0755|0775|' \
+  -e '/^VARFILEPERM/ s|0600|0664|' \
+  -e '/^GAMEPERM/ s|0755|02755|' \
+  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
+  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
+
+  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
+  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
+  -e '/^FILEPERM\s*=/ s|0644|0664|' \
+  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
+
+  sed -e 

[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2019-10-27 Thread Jakob Gruber via arch-commits
Date: Sunday, October 27, 2019 @ 14:14:57
  Author: schuay
Revision: 520755

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 520754, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 520754, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-27 14:14:48 UTC (rev 520754)
+++ PKGBUILD2019-10-27 14:14:57 UTC (rev 520755)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.23.2
-_majorver=0.23
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('a1cbcbfd909727c2ec29a8120ca3e807')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 520754, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-27 14:14:57 UTC (rev 520755)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.24.0
+_majorver=0.24
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='https://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/

[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2019-10-27 Thread Jakob Gruber via arch-commits
Date: Sunday, October 27, 2019 @ 14:14:48
  Author: schuay
Revision: 520754

upgpkg: stone-soup 0.24.0-1

0.24.0-1

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 14:03:50 UTC (rev 520753)
+++ PKGBUILD2019-10-27 14:14:48 UTC (rev 520754)
@@ -1,8 +1,8 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.23.2
-_majorver=0.23
+pkgver=0.24.0
+_majorver=0.24
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('x86_64')
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('a1cbcbfd909727c2ec29a8120ca3e807')
+md5sums=('49b1424ec0713e117c84085541a84071')


[arch-commits] Commit in qgit/trunk (PKGBUILD)

2019-09-06 Thread Jakob Gruber via arch-commits
Date: Friday, September 6, 2019 @ 10:19:04
  Author: schuay
Revision: 508273

upgpkg: qgit 2.9-1

2.9-1

Modified:
  qgit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-06 10:03:57 UTC (rev 508272)
+++ PKGBUILD2019-09-06 10:19:04 UTC (rev 508273)
@@ -4,7 +4,7 @@
 # Contributor: Dan McGee 
 
 pkgname=qgit
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="A GIT GUI viewer built on Qt/C++"
 url='https://github.com/tibirna/qgit'


[arch-commits] Commit in qgit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-06 Thread Jakob Gruber via arch-commits
Date: Friday, September 6, 2019 @ 10:19:13
  Author: schuay
Revision: 508274

archrelease: copy trunk to community-x86_64

Added:
  qgit/repos/community-x86_64/PKGBUILD
(from rev 508273, qgit/trunk/PKGBUILD)
Deleted:
  qgit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-06 10:19:04 UTC (rev 508273)
+++ PKGBUILD2019-09-06 10:19:13 UTC (rev 508274)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Andrea Scarpino 
-# Contributor: Allan McRae 
-# Contributor: Dan McGee 
-
-pkgname=qgit
-pkgver=2.8
-pkgrel=1
-pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='https://github.com/tibirna/qgit'
-arch=('x86_64')
-license=('GPL')
-makedepends=('cmake')
-depends=('qt5-base' 'git' 'hicolor-icon-theme')
-optdepends=('source-highlight')
-source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
-
-build() {
-  cd ${srcdir}/${pkgname}
-  rm -rf build && mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/build
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('SKIP')

Copied: qgit/repos/community-x86_64/PKGBUILD (from rev 508273, 
qgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-06 10:19:13 UTC (rev 508274)
@@ -0,0 +1,30 @@
+# Maintainer: schuay 
+# Contributor: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Dan McGee 
+
+pkgname=qgit
+pkgver=2.9
+pkgrel=1
+pkgdesc="A GIT GUI viewer built on Qt/C++"
+url='https://github.com/tibirna/qgit'
+arch=('x86_64')
+license=('GPL')
+makedepends=('cmake')
+depends=('qt5-base' 'git' 'hicolor-icon-theme')
+optdepends=('source-highlight')
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
+
+build() {
+  cd ${srcdir}/${pkgname}
+  rm -rf build && mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}/build
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('SKIP')


[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-20 Thread Jakob Gruber via arch-commits
Date: Tuesday, August 20, 2019 @ 19:42:46
  Author: schuay
Revision: 500347

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 500346, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 19:42:36 UTC (rev 500346)
+++ PKGBUILD2019-08-20 19:42:46 UTC (rev 500347)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.1.3
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('e576c2dd05f3106a32db7057aa6b80c7')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 500346, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 19:42:46 UTC (rev 500347)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('x86_64')
+url="https://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
+makedepends=('python-docutils')
+source=("https://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 docs/copying.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('c0c11a5e73bf1ad9c31a9df8d5f03781')


[arch-commits] Commit in angband/trunk (PKGBUILD)

2019-08-20 Thread Jakob Gruber via arch-commits
Date: Tuesday, August 20, 2019 @ 19:42:36
  Author: schuay
Revision: 500346

upgpkg: angband 4.2.0-1

4.2.0-1

Modified:
  angband/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 18:46:49 UTC (rev 500345)
+++ PKGBUILD2019-08-20 19:42:36 UTC (rev 500346)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.1.3
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('x86_64')
@@ -49,7 +49,7 @@
   make DESTDIR="${pkgdir}" install
 
   rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 docs/copying.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('e576c2dd05f3106a32db7057aa6b80c7')
+md5sums=('c0c11a5e73bf1ad9c31a9df8d5f03781')


[arch-commits] Commit in mc/repos/community-x86_64 (4 files)

2019-06-24 Thread Jakob Gruber via arch-commits
Date: Monday, June 24, 2019 @ 15:53:38
  Author: schuay
Revision: 483573

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 483572, mc/trunk/PKGBUILD)
  mc/repos/community-x86_64/mc-mksh-subshell-v2.patch
(from rev 483572, mc/trunk/mc-mksh-subshell-v2.patch)
Deleted:
  mc/repos/community-x86_64/PKGBUILD
  mc/repos/community-x86_64/mc-mksh-subshell-v2.patch

---+
 PKGBUILD  |  136 
 mc-mksh-subshell-v2.patch |  148 ++--
 2 files changed, 142 insertions(+), 142 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 15:53:26 UTC (rev 483572)
+++ PKGBUILD2019-06-24 15:53:38 UTC (rev 483573)
@@ -1,68 +0,0 @@
-# Maintainer: Alad Wenter 
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.22
-pkgrel=2
-pkgdesc="A file manager that emulates Norton Commander"
-arch=('x86_64')
-url="https://midnight-commander.org/;
-license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
-makedepends=('libxt' 'libx11' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
-"mc-mksh-subshell-v2.patch")
-sha256sums=('ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318'
-'5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < "$srcdir"/mc-mksh-subshell-v2.patch
-}
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-screen=slang \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
-  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
-}

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 483572, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 15:53:38 UTC (rev 483573)
@@ -0,0 +1,68 @@
+# Maintainer: Alad Wenter 
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.23
+pkgrel=1
+pkgdesc="A file manager that emulates Norton Commander"
+arch=('x86_64')
+url="https://midnight-commander.org/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
+"mc-mksh-subshell-v2.patch")
+sha256sums=('dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c'
+'5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "$srcdir"/mc-mksh-subshell-v2.patch
+}
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-screen=slang \
+  --with-x
+  make
+}
+

[arch-commits] Commit in mc/trunk (PKGBUILD)

2019-06-24 Thread Jakob Gruber via arch-commits
Date: Monday, June 24, 2019 @ 15:53:26
  Author: schuay
Revision: 483572

upgpkg: mc 4.8.23-1

4.8.23-1

Modified:
  mc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 15:05:21 UTC (rev 483571)
+++ PKGBUILD2019-06-24 15:53:26 UTC (rev 483572)
@@ -3,8 +3,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
-pkgver=4.8.22
-pkgrel=2
+pkgver=4.8.23
+pkgrel=1
 pkgdesc="A file manager that emulates Norton Commander"
 arch=('x86_64')
 url="https://midnight-commander.org/;
@@ -37,7 +37,7 @@
 options=('!emptydirs')
 source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;
 "mc-mksh-subshell-v2.patch")
-sha256sums=('ee7868d7ba0498cf2cccefe107d7efee7f2571098806bba2aed5a159db801318'
+sha256sums=('dd7f7ce74183307b0df25b5c3e60ad3293fd3d3d27d2f37dd7a10efce13dff1c'
 '5147afa3f9dfc00d8b7b36bbb144bcdb78d86301a0f8196686262a9eee41fb96')
 
 prepare() {


[arch-commits] Commit in mcomix/repos/community-any (486f02.patch PKGBUILD PKGBUILD)

2019-06-06 Thread Jakob Gruber via arch-commits
Date: Thursday, June 6, 2019 @ 13:50:09
  Author: schuay
Revision: 477456

archrelease: copy trunk to community-any

Added:
  mcomix/repos/community-any/486f02.patch
(from rev 477455, mcomix/trunk/486f02.patch)
  mcomix/repos/community-any/PKGBUILD
(from rev 477455, mcomix/trunk/PKGBUILD)
Deleted:
  mcomix/repos/community-any/PKGBUILD

--+
 486f02.patch |   15 +++
 PKGBUILD |   74 ++---
 2 files changed, 54 insertions(+), 35 deletions(-)

Copied: mcomix/repos/community-any/486f02.patch (from rev 477455, 
mcomix/trunk/486f02.patch)
===
--- 486f02.patch(rev 0)
+++ 486f02.patch2019-06-06 13:50:09 UTC (rev 477456)
@@ -0,0 +1,15 @@
+--- a/mcomix/run.py
 b/mcomix/run.py
+@@ -203,7 +203,11 @@
+ 
+ try:
+ import PIL.Image
+-assert PIL.Image.VERSION >= '1.1.5'
++try:
++assert PIL.Image.VERSION >= '1.1.5'
++except AttributeError:
++# Field VERSION deprecated in Pillow 5.2.0 and dropped in 6.0.0
++assert PIL.__version__ >= '5.2.0'
+ 
+ except AssertionError:
+ log.error( _("You don't have the required version of the Python 
Imaging"), end=' ')

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 13:50:03 UTC (rev 477455)
+++ PKGBUILD2019-06-06 13:50:09 UTC (rev 477456)
@@ -1,35 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Ray Powell 
-
-pkgname=mcomix
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
-arch=('any')
-url="http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
-makedepends=('gettext' 'intltool')
-optdepends=('libunrar: for rar compressed comics'
-'mupdf-tools: for pdf comics'
-'p7zip: for 7zip compressed comics')
-conflicts=('comix')
-replaces=('comix')
-source=("http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
---single-version-externally-managed --root=${pkgdir}
-
-  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
-  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicthumb.thumbnailer 
${pkgdir}/usr/share/thumbnailers/comicthumb.thumbnailer
-}
-
-md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 477455, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 13:50:09 UTC (rev 477456)
@@ -0,0 +1,39 @@
+# Maintainer: schuay 
+# Contributor: Ray Powell 
+
+pkgname=mcomix
+pkgver=1.2.1
+pkgrel=5
+pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
+arch=('any')
+url="https://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python2-pillow' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-setuptools')
+makedepends=('gettext' 'intltool')
+optdepends=('libunrar: for rar compressed comics'
+'mupdf-tools: for pdf comics'
+'p7zip: for 7zip compressed comics')
+source=("https://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;
+"486f02.patch")
+md5sums=('1d05ed7596bd670e5b3a97896e6d4d47'
+ 'e033a538925e6119a540bf084f1de878')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 < ${srcdir}/486f02.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicthumb.thumbnailer 
${pkgdir}/usr/share/thumbnailers/comicthumb.thumbnailer
+}


[arch-commits] Commit in mcomix/trunk (486f02.patch PKGBUILD)

2019-06-06 Thread Jakob Gruber via arch-commits
Date: Thursday, June 6, 2019 @ 13:50:03
  Author: schuay
Revision: 477455

upgpkg: mcomix 1.2.1-5

1.2.1-5

Added:
  mcomix/trunk/486f02.patch
Modified:
  mcomix/trunk/PKGBUILD

--+
 486f02.patch |   15 +++
 PKGBUILD |   16 ++--
 2 files changed, 25 insertions(+), 6 deletions(-)

Added: 486f02.patch
===
--- 486f02.patch(rev 0)
+++ 486f02.patch2019-06-06 13:50:03 UTC (rev 477455)
@@ -0,0 +1,15 @@
+--- a/mcomix/run.py
 b/mcomix/run.py
+@@ -203,7 +203,11 @@
+ 
+ try:
+ import PIL.Image
+-assert PIL.Image.VERSION >= '1.1.5'
++try:
++assert PIL.Image.VERSION >= '1.1.5'
++except AttributeError:
++# Field VERSION deprecated in Pillow 5.2.0 and dropped in 6.0.0
++assert PIL.__version__ >= '5.2.0'
+ 
+ except AssertionError:
+ log.error( _("You don't have the required version of the Python 
Imaging"), end=' ')

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 13:44:57 UTC (rev 477454)
+++ PKGBUILD2019-06-06 13:50:03 UTC (rev 477455)
@@ -3,7 +3,7 @@
 
 pkgname=mcomix
 pkgver=1.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A user-friendly, customizable image viewer specifically designed to 
handle comic books"
 arch=('any')
 url="https://sourceforge.net/projects/mcomix/;
@@ -14,10 +14,16 @@
 optdepends=('libunrar: for rar compressed comics'
 'mupdf-tools: for pdf comics'
 'p7zip: for 7zip compressed comics')
-conflicts=('comix')
-replaces=('comix')
-source=("https://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+source=("https://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;
+"486f02.patch")
+md5sums=('1d05ed7596bd670e5b3a97896e6d4d47'
+ 'e033a538925e6119a540bf084f1de878')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 < ${srcdir}/486f02.patch
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -31,5 +37,3 @@
   install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
   install -Dm644 mime/comicthumb.thumbnailer 
${pkgdir}/usr/share/thumbnailers/comicthumb.thumbnailer
 }
-
-md5sums=('1d05ed7596bd670e5b3a97896e6d4d47')


[arch-commits] Commit in puzzles/trunk (PKGBUILD icons.tar.xz)

2019-06-06 Thread Jakob Gruber via arch-commits
Date: Thursday, June 6, 2019 @ 13:44:47
  Author: schuay
Revision: 477453

upgpkg: puzzles 20190415-1

20190415-1

Added:
  puzzles/trunk/icons.tar.xz
Modified:
  puzzles/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 icons.tar.xz |1 +
 2 files changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 13:13:30 UTC (rev 477452)
+++ PKGBUILD2019-06-06 13:44:47 UTC (rev 477453)
@@ -3,18 +3,23 @@
 # Maintainer: schuay 
 
 pkgname=puzzles
-pkgver=20171029
+pkgver=20190415
 pkgrel=1
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=('x86_64')
 url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
 license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+makedepends=('pkgconfig' 'git')
 depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=b31155b7")
-md5sums=("SKIP")
+source=("git://git.tartarus.org/simon/puzzles.git#commit=e2135d51c51a39f05e2c20c70111b27c15952803"
+"icons.tar.xz")
+md5sums=('SKIP'
+ '71488c328e2381c27a5084b30ea3516a')
 
 prepare() {
+cd ${srcdir}
+tar xvf icons.tar.xz
+
 cd ${srcdir}/${pkgname}
 
 # Generate the makefiles.
@@ -34,19 +39,18 @@
 cd ${srcdir}/${pkgname}
 make -f Makefile.gtk prefix=/usr
 
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
+# Generating icons no longer works, xvfb-run reports
+# 'headless mode not supported below GTK3'. We now keep previously
+# generated icons manually.
 }
 
 package() {
 # Install the icons.
-cd ${srcdir}/${pkgname}/icons
+cd ${srcdir}/icons
 
 install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
+for f in ./*.png; do
+install -Dm644 ${f} ${pkgdir}/usr/share/icons/hicolor/48x48/apps/${f}
 done
 
 # Generate .desktop files.

Added: icons.tar.xz
===
(Binary files differ)

Index: puzzles/trunk/icons.tar.xz
===
--- icons.tar.xz2019-06-06 13:13:30 UTC (rev 477452)
+++ icons.tar.xz2019-06-06 13:44:47 UTC (rev 477453)

Property changes on: puzzles/trunk/icons.tar.xz
___
Added: svn:mime-type
## -0,0 +1 ##
+application/x-xz
\ No newline at end of property


[arch-commits] Commit in puzzles/repos/community-x86_64 (3 files)

2019-06-06 Thread Jakob Gruber via arch-commits
Date: Thursday, June 6, 2019 @ 13:44:57
  Author: schuay
Revision: 477454

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 477453, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-x86_64/icons.tar.xz
(from rev 477453, puzzles/trunk/icons.tar.xz)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  156 +++--
 1 file changed, 80 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 13:44:47 UTC (rev 477453)
+++ PKGBUILD2019-06-06 13:44:57 UTC (rev 477454)
@@ -1,76 +0,0 @@
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=puzzles
-pkgver=20171029
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=b31155b7")
-md5sums=("SKIP")
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-sed -i 's_-Werror __' Makefile.gtk
-sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-cd ${pkgdir}/usr/bin
-for oldname in *; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 477453, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 13:44:57 UTC (rev 477454)
@@ -0,0 +1,80 @@
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=puzzles
+pkgver=20190415
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'git')
+depends=('gtk2' 'desktop-file-utils')
+source=("git://git.tartarus.org/simon/puzzles.git#commit=e2135d51c51a39f05e2c20c70111b27c15952803"
+"icons.tar.xz")
+md5sums=('SKIP'
+ '71488c328e2381c27a5084b30ea3516a')
+
+prepare() {
+cd ${srcdir}
+tar xvf icons.tar.xz
+
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_-Werror __' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generating icons no longer works, xvfb-run reports
+# 'headless mode not supported below GTK3'. We now keep previously
+# generated icons manually.
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for f in ./*.png; do
+install -Dm644 ${f} 

[arch-commits] Commit in pcurses/trunk (PKGBUILD)

2019-06-06 Thread Jakob Gruber via arch-commits
Date: Thursday, June 6, 2019 @ 13:13:21
  Author: schuay
Revision: 477451

upgpkg: pcurses 5-1

5-1

Modified:
  pcurses/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 12:31:37 UTC (rev 477450)
+++ PKGBUILD2019-06-06 13:13:21 UTC (rev 477451)
@@ -1,13 +1,13 @@
 # Maintainer: schuay 
 
 pkgname=pcurses
-pkgver=4
-pkgrel=8
+pkgver=5
+pkgrel=1
 pkgdesc='A curses package management tool using libalpm'
 arch=('x86_64')
 url="https://github.com/schuay/$pkgname;
 license=('GPL')
-depends=('ncurses' 'pacman>=4.1.2')
+depends=('ncurses' 'pacman')
 makedepends=('boost' 'cmake' 'git')
 source=("git://github.com/schuay/pcurses.git#tag=pcurses-$pkgver")
 md5sums=('SKIP')


[arch-commits] Commit in pcurses/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-06 Thread Jakob Gruber via arch-commits
Date: Thursday, June 6, 2019 @ 13:13:30
  Author: schuay
Revision: 477452

archrelease: copy trunk to community-x86_64

Added:
  pcurses/repos/community-x86_64/PKGBUILD
(from rev 477451, pcurses/trunk/PKGBUILD)
Deleted:
  pcurses/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 13:13:21 UTC (rev 477451)
+++ PKGBUILD2019-06-06 13:13:30 UTC (rev 477452)
@@ -1,29 +0,0 @@
-# Maintainer: schuay 
-
-pkgname=pcurses
-pkgver=4
-pkgrel=8
-pkgdesc='A curses package management tool using libalpm'
-arch=('x86_64')
-url="https://github.com/schuay/$pkgname;
-license=('GPL')
-depends=('ncurses' 'pacman>=4.1.2')
-makedepends=('boost' 'cmake' 'git')
-source=("git://github.com/schuay/pcurses.git#tag=pcurses-$pkgver")
-md5sums=('SKIP')
-
-build() {
-  rm -rf "$srcdir/$pkgname-build"
-  mkdir "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-build"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcurses/repos/community-x86_64/PKGBUILD (from rev 477451, 
pcurses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 13:13:30 UTC (rev 477452)
@@ -0,0 +1,29 @@
+# Maintainer: schuay 
+
+pkgname=pcurses
+pkgver=5
+pkgrel=1
+pkgdesc='A curses package management tool using libalpm'
+arch=('x86_64')
+url="https://github.com/schuay/$pkgname;
+license=('GPL')
+depends=('ncurses' 'pacman')
+makedepends=('boost' 'cmake' 'git')
+source=("git://github.com/schuay/pcurses.git#tag=pcurses-$pkgver")
+md5sums=('SKIP')
+
+build() {
+  rm -rf "$srcdir/$pkgname-build"
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in mac/trunk (PKGBUILD)

2019-05-13 Thread Jakob Gruber via arch-commits
Date: Monday, May 13, 2019 @ 19:28:23
  Author: schuay
Revision: 467166

upgpkg: mac 4.71-1

4.71-1

Modified:
  mac/trunk/PKGBUILD

--+
 PKGBUILD |   35 ---
 1 file changed, 16 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 19:15:44 UTC (rev 467165)
+++ PKGBUILD2019-05-13 19:28:23 UTC (rev 467166)
@@ -1,36 +1,33 @@
 # Maintainer: schuay 
 # Contributor: stonecrest 
+# Contributor: Chocobo1 
 
 pkgname=mac
-pkgver='3.99u4b5'
-_pkgver='3.99-u4-b5-s7'
-pkgrel=9
+pkgver=4.71
+pkgrel=1
 pkgdesc='APE codec and decompressor'
 arch=('x86_64')
-url='http://etree.org/shnutils/shntool/'
+url='https://www.monkeysaudio.com/index.html'
 license=('custom')
 depends=('gcc-libs')
-makedepends=('yasm')
-_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
-source=("${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz" mac-gcc6.patch)
-md5sums=('74df3c96476636387ddd12255b03bebe'
- 'd3e9814f519b523a5dd86f8f86e3a69c')
+makedepends=('curl')
+source=("https://monkeysaudio.com/files/MAC_SDK_${pkgver//.}.zip;)
+sha256sums=('557adc2ec6865bfb0ba6c26d461f4c6172f1d542f71b3cf47f0cef52f99ac664')
 
 prepare() {
-  cd $pkgname-$_pkgver
-  patch -p1 -i ../mac-gcc6.patch # Fix build with GCC 6 (Gentoo)
+  cd "${srcdir}"
+  curl --remote-name "https://www.monkeysaudio.com/license.html;
+  ln -s "${srcdir}/Source/Projects/NonWindows/Makefile" "Makefile"
 }
 
 build() {
-  cd "${srcdir}"/${pkgname}-${_pkgver}
+  cd "${srcdir}"
+  make
+}
 
-  CXXFLAGS="-DSHNTOOL" ./configure --prefix=/usr --enable-assembly=yes 
-  CXXFLAGS="-DSHNTOOL" make
-}
 package() {
-  cd "${srcdir}"/${pkgname}-${_pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 src/License.htm \
+  cd "${srcdir}"
+  make DESTDIR="${pkgdir}" prefix="/usr" install
+  install -Dm644 license.html \
   "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
 }


[arch-commits] Commit in mac/repos/community-x86_64 (4 files)

2019-05-13 Thread Jakob Gruber via arch-commits
Date: Monday, May 13, 2019 @ 19:28:33
  Author: schuay
Revision: 467167

archrelease: copy trunk to community-x86_64

Added:
  mac/repos/community-x86_64/PKGBUILD
(from rev 467166, mac/trunk/PKGBUILD)
  mac/repos/community-x86_64/mac-gcc6.patch
(from rev 467166, mac/trunk/mac-gcc6.patch)
Deleted:
  mac/repos/community-x86_64/PKGBUILD
  mac/repos/community-x86_64/mac-gcc6.patch

+
 PKGBUILD   |   69 -
 mac-gcc6.patch |  380 +++
 2 files changed, 223 insertions(+), 226 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 19:28:23 UTC (rev 467166)
+++ PKGBUILD2019-05-13 19:28:33 UTC (rev 467167)
@@ -1,36 +0,0 @@
-# Maintainer: schuay 
-# Contributor: stonecrest 
-
-pkgname=mac
-pkgver='3.99u4b5'
-_pkgver='3.99-u4-b5-s7'
-pkgrel=9
-pkgdesc='APE codec and decompressor'
-arch=('x86_64')
-url='http://etree.org/shnutils/shntool/'
-license=('custom')
-depends=('gcc-libs')
-makedepends=('yasm')
-_baseurl='http://etree.org/shnutils/shntool/support/formats/ape/unix'
-source=("${_baseurl}/${_pkgver}/${pkgname}-${_pkgver}.tar.gz" mac-gcc6.patch)
-md5sums=('74df3c96476636387ddd12255b03bebe'
- 'd3e9814f519b523a5dd86f8f86e3a69c')
-
-prepare() {
-  cd $pkgname-$_pkgver
-  patch -p1 -i ../mac-gcc6.patch # Fix build with GCC 6 (Gentoo)
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${_pkgver}
-
-  CXXFLAGS="-DSHNTOOL" ./configure --prefix=/usr --enable-assembly=yes 
-  CXXFLAGS="-DSHNTOOL" make
-}
-package() {
-  cd "${srcdir}"/${pkgname}-${_pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 src/License.htm \
-  "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
-}

Copied: mac/repos/community-x86_64/PKGBUILD (from rev 467166, 
mac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 19:28:33 UTC (rev 467167)
@@ -0,0 +1,33 @@
+# Maintainer: schuay 
+# Contributor: stonecrest 
+# Contributor: Chocobo1 
+
+pkgname=mac
+pkgver=4.71
+pkgrel=1
+pkgdesc='APE codec and decompressor'
+arch=('x86_64')
+url='https://www.monkeysaudio.com/index.html'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('curl')
+source=("https://monkeysaudio.com/files/MAC_SDK_${pkgver//.}.zip;)
+sha256sums=('557adc2ec6865bfb0ba6c26d461f4c6172f1d542f71b3cf47f0cef52f99ac664')
+
+prepare() {
+  cd "${srcdir}"
+  curl --remote-name "https://www.monkeysaudio.com/license.html;
+  ln -s "${srcdir}/Source/Projects/NonWindows/Makefile" "Makefile"
+}
+
+build() {
+  cd "${srcdir}"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+  make DESTDIR="${pkgdir}" prefix="/usr" install
+  install -Dm644 license.html \
+  "${pkgdir}"/usr/share/licenses/${pkgname}/license.htm
+}

Deleted: mac-gcc6.patch
===
--- mac-gcc6.patch  2019-05-13 19:28:23 UTC (rev 467166)
+++ mac-gcc6.patch  2019-05-13 19:28:33 UTC (rev 467167)
@@ -1,190 +0,0 @@
-diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APECompress.cpp 
monkeys-audio-4.11-u4-b5-s7/src/MACLib/APECompress.cpp
 monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APECompress.cpp 2017-03-04 
17:07:21.952460418 +0100
-+++ monkeys-audio-4.11-u4-b5-s7/src/MACLib/APECompress.cpp 2017-03-04 
17:11:58.607449387 +0100
-@@ -117,7 +117,7 @@
- return ERROR_UNDEFINED;
- 
- // calculate how many bytes to copy and add that much to the buffer
--int nBytesToProcess = min(nBytesAvailable, nBytes - nBytesDone);
-+int nBytesToProcess = min_macro(nBytesAvailable, nBytes - nBytesDone);
- memcpy(pBuffer, [nBytesDone], nBytesToProcess);
- 
- // unlock the buffer (fail if not successful)
-@@ -162,7 +162,7 @@
- 
- while ((m_nBufferTail - m_nBufferHead) >= nThreshold)
- {
--int nFrameBytes = min(m_spAPECompressCreate->GetFullFrameBytes(), 
m_nBufferTail - m_nBufferHead);
-+int nFrameBytes = 
min_macro(m_spAPECompressCreate->GetFullFrameBytes(), m_nBufferTail - 
m_nBufferHead);
- 
- if (nFrameBytes == 0)
- break;
-diff -Naur monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APEDecompress.cpp 
monkeys-audio-4.11-u4-b5-s7/src/MACLib/APEDecompress.cpp
 monkeys-audio-4.11-u4-b5-s7_old/src/MACLib/APEDecompress.cpp   
2017-03-04 17:07:21.952460418 +0100
-+++ monkeys-audio-4.11-u4-b5-s7/src/MACLib/APEDecompress.cpp   2017-03-04 
17:14:55.455442336 +0100
-@@ -35,8 +35,8 @@
- m_bErrorDecodingCurrentFrame = FALSE;
- 
- // set the "real" start and finish blocks
--m_nStartBlock = (nStartBlock < 0) ? 0 : min(nStartBlock, 
GetInfo(APE_INFO_TOTAL_BLOCKS));
--m_nFinishBlock = (nFinishBlock < 0) ? GetInfo(APE_INFO_TOTAL_BLOCKS) : 
min(nFinishBlock, GetInfo(APE_INFO_TOTAL_BLOCKS));
-+m_nStartBlock = 

[arch-commits] Commit in nethack/repos/community-x86_64 (4 files)

2019-05-13 Thread Jakob Gruber via arch-commits
Date: Monday, May 13, 2019 @ 19:15:44
  Author: schuay
Revision: 467165

archrelease: copy trunk to community-x86_64

Added:
  nethack/repos/community-x86_64/PKGBUILD
(from rev 467164, nethack/trunk/PKGBUILD)
  nethack/repos/community-x86_64/nethack.install
(from rev 467164, nethack/trunk/nethack.install)
Deleted:
  nethack/repos/community-x86_64/PKGBUILD
  nethack/repos/community-x86_64/nethack.install

-+
 PKGBUILD|  149 ++
 nethack.install |   24 
 2 files changed, 86 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 19:15:35 UTC (rev 467164)
+++ PKGBUILD2019-05-13 19:15:44 UTC (rev 467165)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer : schuay 
-# Contributor : kevin 
-# Contributor : Christian Schmidt 
-# Contributor : Markus Meissner 
-# Contributor : Nick Erdmann 
-
-pkgname=nethack
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='A single player dungeon exploration game'
-arch=('x86_64')
-url="http://www.nethack.org/index.html;
-license=('custom')
-depends=('ncurses' 'gzip')
-install=nethack.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
-  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
-
-  # we are setting up for setgid games, so modify all necessary permissions
-  # to allow full access for groups
-
-  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
-  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
-  -e '/^VARDIRPERM/ s|0755|0775|' \
-  -e '/^VARFILEPERM/ s|0600|0664|' \
-  -e '/^GAMEPERM/ s|0755|02755|' \
-  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
-  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
-
-  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
-  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
-  -e '/^FILEPERM\s*=/ s|0644|0664|' \
-  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
-
-  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 
sys/unix/Makefile.doc
-
-}
-
-build(){
-  cd $srcdir/$pkgname-$pkgver/sys/unix
-  sh setup.sh hints/linux
-
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-  
-package() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
-  install -dm775 $pkgdir/var/games/
-  make PREFIX=$pkgdir -j1 install manpages # Multi-threaded builds fail.
-  sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
-  -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
-  -i $pkgdir/usr/bin/nethack
-
-  install -dm755 $pkgdir/usr/lib/nethack
-  mv $pkgdir/var/games/nethack/{nethack,recover} $pkgdir/usr/lib/nethack/
-
-  # FS#43414: /var/games should be owned by root:games.
-  chown -R root:games $pkgdir/var/games/
-  chown root:games $pkgdir/usr/lib/nethack/nethack
-  #chmod 02755 $pkgdir/usr/lib/nethack/nethack
-
-  install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
-  install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5c469058a0d2876c274c102d56f47bb5')

Copied: nethack/repos/community-x86_64/PKGBUILD (from rev 467164, 
nethack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 19:15:44 UTC (rev 467165)
@@ -0,0 +1,74 @@
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 
+# Contributor : Markus Meissner 
+# Contributor : Nick Erdmann 
+
+pkgname=nethack
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='A single player dungeon exploration game'
+arch=('x86_64')
+url="https://www.nethack.org/index.html;
+license=('custom')
+depends=('ncurses' 'gzip')
+install=nethack.install
+source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/
+
+  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
+
+  # we are setting up for setgid games, so modify all necessary permissions
+  # to allow full access for groups
+
+  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
+  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
+  -e '/^VARDIRPERM/ s|0755|0775|' \
+  -e '/^VARFILEPERM/ s|0600|0664|' \
+  -e '/^GAMEPERM/ s|0755|02755|' \
+  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
+  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
+
+  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
+  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
+  -e '/^FILEPERM\s*=/ s|0644|0664|' \
+  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
+
+  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 

[arch-commits] Commit in nethack/trunk (PKGBUILD)

2019-05-13 Thread Jakob Gruber via arch-commits
Date: Monday, May 13, 2019 @ 19:15:35
  Author: schuay
Revision: 467164

upgpkg: nethack 3.6.2-1

3.6.2-1

Modified:
  nethack/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 19:07:39 UTC (rev 467163)
+++ PKGBUILD2019-05-13 19:15:35 UTC (rev 467164)
@@ -5,7 +5,7 @@
 # Contributor : Nick Erdmann 
 
 pkgname=nethack
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='A single player dungeon exploration game'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 depends=('ncurses' 'gzip')
 install=nethack.install
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz;)
+source=("https://www.nethack.org/download/${pkgver}/${pkgname}-${pkgver//.}-src.tgz;)
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver/
@@ -71,4 +71,4 @@
   install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('5c469058a0d2876c274c102d56f47bb5')
+md5sums=('567c89d9606456ce98c1b9535d024b8f')


[arch-commits] Commit in soundconverter/trunk (PKGBUILD drop-gconf.patch)

2019-05-13 Thread Jakob Gruber via arch-commits
Date: Monday, May 13, 2019 @ 19:07:30
  Author: schuay
Revision: 467162

upgpkg: soundconverter 3.0.2-1

3.0.2-1

Modified:
  soundconverter/trunk/PKGBUILD
Deleted:
  soundconverter/trunk/drop-gconf.patch

--+
 PKGBUILD |   14 ++
 drop-gconf.patch |   74 -
 2 files changed, 4 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 18:53:43 UTC (rev 467161)
+++ PKGBUILD2019-05-13 19:07:30 UTC (rev 467162)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=soundconverter
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="A simple sound converter application for GNOME"
 arch=('any')
 license=('GPL3')
@@ -14,17 +14,11 @@
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
-source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/soundconverter-$pkgver.tar.xz;
-"drop-gconf.patch")
-sha512sums=('6f5518711c76e7748447805dbf16ac8622c5041c3f3cac2de6f31968aab4eff43a2fde2da48c47d12093ce1732208923d83d57b6a97ea99fbf882dfef239a62d'
-
'703954e9f5aac320bc3639ffc8f17cb5ae9e70b4344375cef8fb3be295519a8ef1d2631ca7f54ee2702e53a55c18fa674f56bda371048096c3a51877ff069e88')
+source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/soundconverter-$pkgver.tar.xz;)
+sha512sums=('0746395de412a4d845e3df4d6cce0dbcba266c9efc8db71663dd1c751d2a5de5b0dc266f24bbfe6c00f69428801ce5f9558fc8e5e2f5d5e6be8562085cd7fe92')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove deprecated GConf dependency
-  patch -Np0 -i "${srcdir}/drop-gconf.patch"
-
   NOCONFIGURE=1 ./autogen.sh
 }
 

Deleted: drop-gconf.patch
===
--- drop-gconf.patch2019-05-13 18:53:43 UTC (rev 467161)
+++ drop-gconf.patch2019-05-13 19:07:30 UTC (rev 467162)
@@ -1,74 +0,0 @@
-=== modified file 'bin/soundconverter.py'
 bin/soundconverter.py  2017-10-29 20:09:01 +
-+++ bin/soundconverter.py  2018-04-06 11:25:35 +
-@@ -66,7 +66,6 @@
- import gi
- gi.require_version('Gst', '1.0')
- gi.require_version('Gtk', '3.0')
--gi.require_version('GConf', '2.0')
- from gi.repository import GObject
- # force GIL creation - see 
https://bugzilla.gnome.org/show_bug.cgi?id=710447
- import threading
-
-=== modified file 'soundconverter/gstreamer.py'
 soundconverter/gstreamer.py2018-03-26 18:14:18 +
-+++ soundconverter/gstreamer.py2018-04-06 11:25:35 +
-@@ -25,7 +25,7 @@
- from gettext import gettext as _
- 
- import gi
--from gi.repository import Gst, Gtk, GObject, GConf, Gio
-+from gi.repository import Gst, Gtk, GObject, Gio
- 
- from soundconverter.fileoperations import vfs_encode_filename, 
file_encode_filename
- from soundconverter.fileoperations import unquote_filename, vfs_makedirs, 
vfs_unlink
-@@ -66,25 +66,29 @@
- audio_profiles_list = []
- audio_profiles_dict = {}
- 
--_GCONF = GConf.Client.get_default()
--profiles = _GCONF.all_dirs(_GCONF_PROFILE_LIST_PATH)
--for name in profiles:
--if _GCONF.get_bool(_GCONF_PROFILE_PATH + name + "/active"):
--# get profile
--description = _GCONF.get_string(_GCONF_PROFILE_PATH + name + "/name")
--extension = _GCONF.get_string(_GCONF_PROFILE_PATH + name + 
"/extension")
--pipeline = _GCONF.get_string(_GCONF_PROFILE_PATH + name + "/pipeline")
--# check profile validity
--if not extension or not pipeline:
--continue
--if not description:
--description = extension
--if description in audio_profiles_dict:
--continue
--# store
--profile = description, extension, pipeline
--audio_profiles_list.append(profile)
--audio_profiles_dict[description] = profile
-+try:
-+from gi.repository import GConf
-+_GCONF = GConf.Client.get_default()
-+profiles = _GCONF.all_dirs(_GCONF_PROFILE_LIST_PATH)
-+for name in profiles:
-+if _GCONF.get_bool(_GCONF_PROFILE_PATH + name + "/active"):
-+# get profile
-+description = _GCONF.get_string(_GCONF_PROFILE_PATH + name + 
"/name")
-+extension = _GCONF.get_string(_GCONF_PROFILE_PATH + name + 
"/extension")
-+pipeline = _GCONF.get_string(_GCONF_PROFILE_PATH + name + 
"/pipeline")
-+# check profile validity
-+if not extension or not pipeline:
-+continue
-+if not description:
-+description = extension
-+if description in audio_profiles_dict:
-+continue
-+# store
-+profile = description, extension, pipeline
-+audio_profiles_list.append(profile)
-+

[arch-commits] Commit in soundconverter/repos/community-any (3 files)

2019-05-13 Thread Jakob Gruber via arch-commits
Date: Monday, May 13, 2019 @ 19:07:39
  Author: schuay
Revision: 467163

archrelease: copy trunk to community-any

Added:
  soundconverter/repos/community-any/PKGBUILD
(from rev 467162, soundconverter/trunk/PKGBUILD)
Deleted:
  soundconverter/repos/community-any/PKGBUILD
  soundconverter/repos/community-any/drop-gconf.patch

--+
 PKGBUILD |   75 -
 drop-gconf.patch |   74 
 2 files changed, 34 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 19:07:30 UTC (rev 467162)
+++ PKGBUILD2019-05-13 19:07:39 UTC (rev 467163)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Stefan Husmann 
-# Contributor: Andrea Scarpino 
-
-pkgname=soundconverter
-pkgver=3.0.0
-pkgrel=3
-pkgdesc="A simple sound converter application for GNOME"
-arch=('any')
-license=('GPL3')
-url="http://soundconverter.org/;
-depends=('gst-plugins-base' 'gst-plugins-good' 'gtk3' 'libnotify' 
'python-gobject')
-makedepends=('intltool')
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/soundconverter-$pkgver.tar.xz;
-"drop-gconf.patch")
-sha512sums=('6f5518711c76e7748447805dbf16ac8622c5041c3f3cac2de6f31968aab4eff43a2fde2da48c47d12093ce1732208923d83d57b6a97ea99fbf882dfef239a62d'
-
'703954e9f5aac320bc3639ffc8f17cb5ae9e70b4344375cef8fb3be295519a8ef1d2631ca7f54ee2702e53a55c18fa674f56bda371048096c3a51877ff069e88')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove deprecated GConf dependency
-  patch -Np0 -i "${srcdir}/drop-gconf.patch"
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: soundconverter/repos/community-any/PKGBUILD (from rev 467162, 
soundconverter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 19:07:39 UTC (rev 467163)
@@ -0,0 +1,34 @@
+# Maintainer: schuay 
+# Contributor: Stefan Husmann 
+# Contributor: Andrea Scarpino 
+
+pkgname=soundconverter
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A simple sound converter application for GNOME"
+arch=('any')
+license=('GPL3')
+url="http://soundconverter.org/;
+depends=('gst-plugins-base' 'gst-plugins-good' 'gtk3' 'libnotify' 
'python-gobject')
+makedepends=('intltool')
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/soundconverter-$pkgver.tar.xz;)
+sha512sums=('0746395de412a4d845e3df4d6cce0dbcba266c9efc8db71663dd1c751d2a5de5b0dc266f24bbfe6c00f69428801ce5f9558fc8e5e2f5d5e6be8562085cd7fe92')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: drop-gconf.patch
===
--- drop-gconf.patch2019-05-13 19:07:30 UTC (rev 467162)
+++ drop-gconf.patch2019-05-13 19:07:39 UTC (rev 467163)
@@ -1,74 +0,0 @@
-=== modified file 'bin/soundconverter.py'
 bin/soundconverter.py  2017-10-29 20:09:01 +
-+++ bin/soundconverter.py  2018-04-06 11:25:35 +
-@@ -66,7 +66,6 @@
- import gi
- gi.require_version('Gst', '1.0')
- gi.require_version('Gtk', '3.0')
--gi.require_version('GConf', '2.0')
- from gi.repository import GObject
- # force GIL creation - see 
https://bugzilla.gnome.org/show_bug.cgi?id=710447
- import threading
-
-=== modified file 'soundconverter/gstreamer.py'
 soundconverter/gstreamer.py2018-03-26 18:14:18 +
-+++ soundconverter/gstreamer.py2018-04-06 11:25:35 +
-@@ -25,7 +25,7 @@
- from gettext import gettext as _
- 
- import gi
--from gi.repository import Gst, Gtk, GObject, GConf, Gio
-+from gi.repository import Gst, Gtk, GObject, Gio
- 
- from soundconverter.fileoperations import vfs_encode_filename, 
file_encode_filename
- from soundconverter.fileoperations import unquote_filename, vfs_makedirs, 
vfs_unlink
-@@ -66,25 +66,29 @@
- audio_profiles_list = []
- audio_profiles_dict = {}
- 
--_GCONF = GConf.Client.get_default()
--profiles = _GCONF.all_dirs(_GCONF_PROFILE_LIST_PATH)
--for name in profiles:
--if _GCONF.get_bool(_GCONF_PROFILE_PATH + name + "/active"):
--# get profile
--description = 

[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2019-04-01 Thread Jakob Gruber via arch-commits
Date: Monday, April 1, 2019 @ 17:43:47
  Author: schuay
Revision: 446955

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 446954, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 446954, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 17:43:37 UTC (rev 446954)
+++ PKGBUILD2019-04-01 17:43:47 UTC (rev 446955)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.23.1
-_majorver=0.23
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('e61fd3af81afcb50c5dde955fbad4597')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 446954, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 17:43:47 UTC (rev 446955)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.23.2
+_majorver=0.23
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTAL

[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2019-04-01 Thread Jakob Gruber via arch-commits
Date: Monday, April 1, 2019 @ 17:43:37
  Author: schuay
Revision: 446954

upgpkg: stone-soup 0.23.2-1

0.23.2-1

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-01 17:04:43 UTC (rev 446953)
+++ PKGBUILD2019-04-01 17:43:37 UTC (rev 446954)
@@ -1,7 +1,7 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.23.1
+pkgver=0.23.2
 _majorver=0.23
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('e61fd3af81afcb50c5dde955fbad4597')
+md5sums=('a1cbcbfd909727c2ec29a8120ca3e807')


[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2019-03-13 Thread Jakob Gruber via arch-commits
Date: Wednesday, March 13, 2019 @ 17:13:35
  Author: schuay
Revision: 440897

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 440896, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 440896, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-13 17:13:24 UTC (rev 440896)
+++ PKGBUILD2019-03-13 17:13:35 UTC (rev 440897)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.22.1
-_majorver=0.22
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('2990828902c3e49f9af104c250449500')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 440896, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-13 17:13:35 UTC (rev 440897)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.23.1
+_majorver=0.23
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTAL

[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2019-03-13 Thread Jakob Gruber via arch-commits
Date: Wednesday, March 13, 2019 @ 17:13:24
  Author: schuay
Revision: 440896

upgpkg: stone-soup 0.23.1-1

0.23.1-1

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-13 16:10:53 UTC (rev 440895)
+++ PKGBUILD2019-03-13 17:13:24 UTC (rev 440896)
@@ -1,13 +1,13 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.22.1
-_majorver=0.22
+pkgver=0.23.1
+_majorver=0.23
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('x86_64')
 url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu' 'python-yaml')
 makedepends=('bison' 'flex' 'gendesk' 'mesa')
 conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
 license=('custom')
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('2990828902c3e49f9af104c250449500')
+md5sums=('e61fd3af81afcb50c5dde955fbad4597')


[arch-commits] Commit in pdfgrep/trunk (PKGBUILD)

2019-02-04 Thread Jakob Gruber via arch-commits
Date: Monday, February 4, 2019 @ 16:30:37
  Author: schuay
Revision: 429581

upgpkg: pdfgrep 2.1.2-1

2.1.2-1

Modified:
  pdfgrep/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:40:59 UTC (rev 429580)
+++ PKGBUILD2019-02-04 16:30:37 UTC (rev 429581)
@@ -3,7 +3,7 @@
 # Contributor: josephgbr 
 
 pkgname=pdfgrep
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="A tool to search text in PDF files"
 arch=('x86_64')
@@ -28,4 +28,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('7ac604ed0c21750dc89cc175197fdf7e')
+md5sums=('d66b1da66f427f68fa3b99d077806583')


[arch-commits] Commit in pdfgrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-04 Thread Jakob Gruber via arch-commits
Date: Monday, February 4, 2019 @ 16:30:49
  Author: schuay
Revision: 429582

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 429581, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-04 16:30:37 UTC (rev 429581)
+++ PKGBUILD2019-02-04 16:30:49 UTC (rev 429582)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('7ac604ed0c21750dc89cc175197fdf7e')

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 429581, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-04 16:30:49 UTC (rev 429582)
@@ -0,0 +1,31 @@
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('d66b1da66f427f68fa3b99d077806583')


[arch-commits] Commit in simavr/trunk (PKGBUILD)

2018-11-17 Thread Jakob Gruber via arch-commits
Date: Saturday, November 17, 2018 @ 14:33:43
  Author: schuay
Revision: 408545

upgpkg: simavr 1.6-1

1.6-1

Modified:
  simavr/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-17 13:30:43 UTC (rev 408544)
+++ PKGBUILD2018-11-17 14:33:43 UTC (rev 408545)
@@ -1,15 +1,16 @@
 # Maintainer: schuay 
 
 pkgname=simavr
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
 pkgdesc='A lean, mean and hackable AVR simulator'
 arch=('x86_64')
 url="https://github.com/buserror-uk/simavr;
 license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc' 'git')
-source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver};)
+depends=('elfutils' 'glu')
+makedepends=('avr-libc' 'git' 'freeglut')
+_pkghash=
+source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${pkghash};)
 options=(!strip)
 md5sums=('SKIP')
 


[arch-commits] Commit in simavr/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-17 Thread Jakob Gruber via arch-commits
Date: Saturday, November 17, 2018 @ 14:33:57
  Author: schuay
Revision: 408546

archrelease: copy trunk to community-x86_64

Added:
  simavr/repos/community-x86_64/PKGBUILD
(from rev 408545, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-17 14:33:43 UTC (rev 408545)
+++ PKGBUILD2018-11-17 14:33:57 UTC (rev 408546)
@@ -1,28 +0,0 @@
-# Maintainer: schuay 
-
-pkgname=simavr
-pkgver=1.5
-pkgrel=2
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('x86_64')
-url="https://github.com/buserror-uk/simavr;
-license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc' 'git')
-source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#tag=v${pkgver};)
-options=(!strip)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  make AVR_ROOT=/usr/avr RELEASE=1 \
-  CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter" \
-  build-simavr
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
-}
-

Copied: simavr/repos/community-x86_64/PKGBUILD (from rev 408545, 
simavr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-17 14:33:57 UTC (rev 408546)
@@ -0,0 +1,29 @@
+# Maintainer: schuay 
+
+pkgname=simavr
+pkgver=1.6
+pkgrel=1
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('x86_64')
+url="https://github.com/buserror-uk/simavr;
+license=('GPL3')
+depends=('elfutils' 'glu')
+makedepends=('avr-libc' 'git' 'freeglut')
+_pkghash=
+source=("${pkgname}::git+https://github.com/buserror-uk/simavr.git#commit=${pkghash};)
+options=(!strip)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  make AVR_ROOT=/usr/avr RELEASE=1 \
+  CFLAGS="-Wall -Wextra -fPIC -O2 -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter" \
+  build-simavr
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make PREFIX="/usr" DESTDIR="$pkgdir/usr" install
+}
+


[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2018-10-04 Thread Jakob Gruber via arch-commits
Date: Thursday, October 4, 2018 @ 12:33:01
  Author: schuay
Revision: 389488

upgpkg: stone-soup 0.22.1-1

0.22.1-1

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-04 11:45:40 UTC (rev 389487)
+++ PKGBUILD2018-10-04 12:33:01 UTC (rev 389488)
@@ -1,7 +1,7 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.22.0
+pkgver=0.22.1
 _majorver=0.22
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('bc7f8221a7f6a7326d1313c36c89d9b5')
+md5sums=('2990828902c3e49f9af104c250449500')


[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2018-10-04 Thread Jakob Gruber via arch-commits
Date: Thursday, October 4, 2018 @ 12:33:14
  Author: schuay
Revision: 389489

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 389488, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 389488, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-04 12:33:01 UTC (rev 389488)
+++ PKGBUILD2018-10-04 12:33:14 UTC (rev 389489)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.22.0
-_majorver=0.22
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('bc7f8221a7f6a7326d1313c36c89d9b5')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 389488, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-04 12:33:14 UTC (rev 389489)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.22.1
+_majorver=0.22
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Mak

[arch-commits] Commit in ranger/trunk (PKGBUILD)

2018-08-22 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 22, 2018 @ 19:25:31
  Author: schuay
Revision: 373299

upgpkg: ranger 1.9.1-3

1.9.1-3

Modified:
  ranger/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 19:23:03 UTC (rev 373298)
+++ PKGBUILD2018-08-22 19:25:31 UTC (rev 373299)
@@ -3,7 +3,7 @@
 
 pkgname=ranger
 pkgver=1.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A simple, vim-like file manager'
 arch=('any')
 url='https://ranger.github.io'


[arch-commits] Commit in ranger/repos/community-any (4 files)

2018-08-22 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 22, 2018 @ 19:25:38
  Author: schuay
Revision: 373300

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 373299, ranger/trunk/PKGBUILD)
  ranger/repos/community-any/replace-stopiteration-with-bare-return.patch
(from rev 373299, ranger/trunk/replace-stopiteration-with-bare-return.patch)
Deleted:
  ranger/repos/community-any/PKGBUILD
  ranger/repos/community-any/replace-stopiteration-with-bare-return.patch

--+
 PKGBUILD |   90 -
 replace-stopiteration-with-bare-return.patch |   42 +--
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-22 19:25:31 UTC (rev 373299)
+++ PKGBUILD2018-08-22 19:25:38 UTC (rev 373300)
@@ -1,45 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='https://ranger.github.io'
-license=('GPL')
-depends=('python')
-optdepends=(
-'atool: for previews of archives'
-'elinks: for previews of html pages'
-'ffmpegthumbnailer: for video previews'
-'highlight: for syntax highlighting of code'
-'libcaca: for ASCII-art image previews'
-'lynx: for previews of html pages'
-'mediainfo: for viewing information about media files'
-'odt2txt: for OpenDocument texts'
-'perl-image-exiftool: for viewing information about media files'
-'poppler: for pdf previews'
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'transmission-cli: for viewing bittorrent information'
-'w3m: for previews of images and html pages')
-conflicts=('ranger-git')
-source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;
-"replace-stopiteration-with-bare-return.patch")
-sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
-'SKIP'
-'116d6a29139acb7d5216ced45cfcc9faa27ab66acc6aecf4306d9adc7059b872')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # https://github.com/ranger/ranger/pull/1244
-  patch -Np1 < "${srcdir}/replace-stopiteration-with-bare-return.patch"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}

Copied: ranger/repos/community-any/PKGBUILD (from rev 373299, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-22 19:25:38 UTC (rev 373300)
@@ -0,0 +1,45 @@
+# Maintainer: schuay 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.9.1
+pkgrel=3
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='https://ranger.github.io'
+license=('GPL')
+depends=('python')
+optdepends=(
+'atool: for previews of archives'
+'elinks: for previews of html pages'
+'ffmpegthumbnailer: for video previews'
+'highlight: for syntax highlighting of code'
+'libcaca: for ASCII-art image previews'
+'lynx: for previews of html pages'
+'mediainfo: for viewing information about media files'
+'odt2txt: for OpenDocument texts'
+'perl-image-exiftool: for viewing information about media files'
+'poppler: for pdf previews'
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'transmission-cli: for viewing bittorrent information'
+'w3m: for previews of images and html pages')
+conflicts=('ranger-git')
+source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
+"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;
+"replace-stopiteration-with-bare-return.patch")
+sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
+'SKIP'
+'116d6a29139acb7d5216ced45cfcc9faa27ab66acc6aecf4306d9adc7059b872')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://github.com/ranger/ranger/pull/1244
+  patch -Np1 < "${srcdir}/replace-stopiteration-with-bare-return.patch"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}

Deleted: replace-stopiteration-with-bare-return.patch
===
--- replace-stopiteration-with-bare-return.patch2018-08-22 19:25:31 UTC 
(rev 373299)

[arch-commits] Commit in ranger/repos/community-any (3 files)

2018-08-22 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 22, 2018 @ 19:23:03
  Author: schuay
Revision: 373298

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 373297, ranger/trunk/PKGBUILD)
  ranger/repos/community-any/replace-stopiteration-with-bare-return.patch
(from rev 373297, ranger/trunk/replace-stopiteration-with-bare-return.patch)
Deleted:
  ranger/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 +
 replace-stopiteration-with-bare-return.patch |   21 ++
 2 files changed, 66 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-22 19:22:52 UTC (rev 373297)
+++ PKGBUILD2018-08-22 19:23:03 UTC (rev 373298)
@@ -1,40 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='https://ranger.github.io'
-license=('GPL')
-depends=('python')
-optdepends=(
-'atool: for previews of archives'
-'elinks: for previews of html pages'
-'ffmpegthumbnailer: for video previews'
-'highlight: for syntax highlighting of code'
-'libcaca: for ASCII-art image previews'
-'lynx: for previews of html pages'
-'mediainfo: for viewing information about media files'
-'odt2txt: for OpenDocument texts'
-'perl-image-exiftool: for viewing information about media files'
-'poppler: for pdf previews'
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'transmission-cli: for viewing bittorrent information'
-'w3m: for previews of images and html pages')
-conflicts=('ranger-git')
-source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
-'SKIP')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}

Copied: ranger/repos/community-any/PKGBUILD (from rev 373297, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-22 19:23:03 UTC (rev 373298)
@@ -0,0 +1,45 @@
+# Maintainer: schuay 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.9.1
+pkgrel=2
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='https://ranger.github.io'
+license=('GPL')
+depends=('python')
+optdepends=(
+'atool: for previews of archives'
+'elinks: for previews of html pages'
+'ffmpegthumbnailer: for video previews'
+'highlight: for syntax highlighting of code'
+'libcaca: for ASCII-art image previews'
+'lynx: for previews of html pages'
+'mediainfo: for viewing information about media files'
+'odt2txt: for OpenDocument texts'
+'perl-image-exiftool: for viewing information about media files'
+'poppler: for pdf previews'
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'transmission-cli: for viewing bittorrent information'
+'w3m: for previews of images and html pages')
+conflicts=('ranger-git')
+source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
+"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;
+"replace-stopiteration-with-bare-return.patch")
+sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
+'SKIP'
+'116d6a29139acb7d5216ced45cfcc9faa27ab66acc6aecf4306d9adc7059b872')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://github.com/ranger/ranger/pull/1244
+  patch -Np1 < "${srcdir}/replace-stopiteration-with-bare-return.patch"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}

Copied: ranger/repos/community-any/replace-stopiteration-with-bare-return.patch 
(from rev 373297, ranger/trunk/replace-stopiteration-with-bare-return.patch)
===
--- replace-stopiteration-with-bare-return.patch
(rev 0)
+++ replace-stopiteration-with-bare-return.patch2018-08-22 19:23:03 UTC 
(rev 373298)
@@ -0,0 +1,21 @@
+diff --git a/ranger/gui/widgets/pager.py b/ranger/gui/widgets/pager.py
+index 9afbfd15..d64d4ac1 100644
+--- 

[arch-commits] Commit in ranger/trunk (2 files)

2018-08-22 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 22, 2018 @ 19:22:52
  Author: schuay
Revision: 373297

upgpkg: ranger 1.9.1-2

1.9.1-2

Added:
  ranger/trunk/replace-stopiteration-with-bare-return.patch
Modified:
  ranger/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 replace-stopiteration-with-bare-return.patch |   21 +
 2 files changed, 28 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 18:43:13 UTC (rev 373296)
+++ PKGBUILD2018-08-22 19:22:52 UTC (rev 373297)
@@ -26,14 +26,19 @@
 'w3m: for previews of images and html pages')
 conflicts=('ranger-git')
 source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
+"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;
+"replace-stopiteration-with-bare-return.patch")
 sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
-'SKIP')
+'SKIP'
+'116d6a29139acb7d5216ced45cfcc9faa27ab66acc6aecf4306d9adc7059b872')
 validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
 
 package() { 
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # https://github.com/ranger/ranger/pull/1244
+  patch -Np1 < "${srcdir}/replace-stopiteration-with-bare-return.patch"
+
   # Replace "python" with the python binary you want ranger to use!
   # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
   python setup.py -q install --root="${pkgdir}" --optimize=1

Added: replace-stopiteration-with-bare-return.patch
===
--- replace-stopiteration-with-bare-return.patch
(rev 0)
+++ replace-stopiteration-with-bare-return.patch2018-08-22 19:22:52 UTC 
(rev 373297)
@@ -0,0 +1,21 @@
+diff --git a/ranger/gui/widgets/pager.py b/ranger/gui/widgets/pager.py
+index 9afbfd15..d64d4ac1 100644
+--- a/ranger/gui/widgets/pager.py
 b/ranger/gui/widgets/pager.py
+@@ -234,7 +234,7 @@ class Pager(Widget):  # pylint: 
disable=too-many-instance-attributes
+ def _generate_lines(self, starty, startx):
+ i = starty
+ if not self.source:
+-raise StopIteration
++return
+ while True:
+ try:
+ line = self._get_line(i).expandtabs(4)
+@@ -244,5 +244,5 @@ class Pager(Widget):  # pylint: 
disable=too-many-instance-attributes
+ line = line[startx:self.wid + startx]
+ yield line.rstrip().replace('\r\n', '\n')
+ except IndexError:
+-raise StopIteration
++return
+ i += 1
+


[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 19:19:13
  Author: schuay
Revision: 371881

upgpkg: stone-soup 0.22.0-1

0.22.0-1

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:32:04 UTC (rev 371880)
+++ PKGBUILD2018-08-15 19:19:13 UTC (rev 371881)
@@ -1,8 +1,8 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.21.1
-_majorver=0.21
+pkgver=0.22.0
+_majorver=0.22
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('x86_64')
@@ -61,8 +61,8 @@
 
 # install crawl license
 
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+install -D -m644 ../LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
 # install icon and .desktop file
 
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('2fd51462581a5c457b0a2343bcc8a320')
+md5sums=('bc7f8221a7f6a7326d1313c36c89d9b5')


[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 19:19:24
  Author: schuay
Revision: 371882

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 371881, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 371881, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 19:19:13 UTC (rev 371881)
+++ PKGBUILD2018-08-15 19:19:24 UTC (rev 371882)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.21.1
-_majorver=0.21
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('2fd51462581a5c457b0a2343bcc8a320')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 371881, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 19:19:24 UTC (rev 371882)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.22.0
+_majorver=0.22
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTAL

[arch-commits] Commit in abcde/repos/community-any (PKGBUILD PKGBUILD)

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:08:57
  Author: schuay
Revision: 371872

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 371871, abcde/trunk/PKGBUILD)
Deleted:
  abcde/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 18:08:49 UTC (rev 371871)
+++ PKGBUILD2018-08-15 18:08:57 UTC (rev 371872)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.9.1
-pkgrel=3
-pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
-arch=('any')
-url='https://abcde.einval.com/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
-optdepends=('cdparanoia: Paranoia ripping support'
-'flac: FLAC encoding support'
-'glyr: album art support'
-'lame: MP3 encoding support'
-'python-eyed3: ID3 tag support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
-'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-  # https://bugs.archlinux.org/task/58046
-  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 371871, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 18:08:57 UTC (rev 371872)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.9.2
+pkgrel=1
+pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
+arch=('any')
+url='https://abcde.einval.com/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
+optdepends=('cdparanoia: Paranoia ripping support'
+'flac: FLAC encoding support'
+'glyr: album art support'
+'lame: MP3 encoding support'
+'opus-tools: Opus encoding support'
+'python-eyed3: ID3 tag support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+sha256sums=('34356c6ea4cc39b33c807261bfdf8e8da8905b2ed50313147c78b283eef6858d'
+'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+  # https://bugs.archlinux.org/task/58046
+  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
+}
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
+}
+


[arch-commits] Commit in abcde/trunk (PKGBUILD)

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:08:49
  Author: schuay
Revision: 371871

upgpkg: abcde 2.9.2-1

2.9.2-1

Modified:
  abcde/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 18:07:00 UTC (rev 371870)
+++ PKGBUILD2018-08-15 18:08:49 UTC (rev 371871)
@@ -5,8 +5,8 @@
 # Maintainer: schuay 
 
 pkgname=abcde
-pkgver=2.9.1
-pkgrel=3
+pkgver=2.9.2
+pkgrel=1
 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
 arch=('any')
 url='https://abcde.einval.com/'
@@ -23,7 +23,7 @@
 source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
 validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
   '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
+sha256sums=('34356c6ea4cc39b33c807261bfdf8e8da8905b2ed50313147c78b283eef6858d'
 'SKIP')
 
 build() {


[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:07:00
  Author: schuay
Revision: 371870

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 371869, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 18:06:50 UTC (rev 371869)
+++ PKGBUILD2018-08-15 18:07:00 UTC (rev 371870)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.1.2
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('d5499e26f59beb745d68a66d67050fc6')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 371869, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 18:07:00 UTC (rev 371870)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.1.3
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('e576c2dd05f3106a32db7057aa6b80c7')


[arch-commits] Commit in angband/trunk (PKGBUILD)

2018-08-15 Thread Jakob Gruber via arch-commits
Date: Wednesday, August 15, 2018 @ 18:06:50
  Author: schuay
Revision: 371869

upgpkg: angband 4.1.3-1

4.1.3-1

Modified:
  angband/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:42:08 UTC (rev 371868)
+++ PKGBUILD2018-08-15 18:06:50 UTC (rev 371869)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.1.2
+pkgver=4.1.3
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('x86_64')
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('d5499e26f59beb745d68a66d67050fc6')
+md5sums=('e576c2dd05f3106a32db7057aa6b80c7')


[arch-commits] Commit in qgit/trunk (PKGBUILD)

2018-06-21 Thread Jakob Gruber via arch-commits
Date: Thursday, June 21, 2018 @ 19:41:33
  Author: schuay
Revision: 344332

upgpkg: qgit 2.8-1

2.8-1

Modified:
  qgit/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 19:30:38 UTC (rev 344331)
+++ PKGBUILD2018-06-21 19:41:33 UTC (rev 344332)
@@ -5,16 +5,16 @@
 # Contributor: Dan McGee 
 
 pkgname=qgit
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
+url='https://github.com/tibirna/qgit'
 arch=('x86_64')
 license=('GPL')
 makedepends=('cmake')
 depends=('qt5-base' 'git' 'hicolor-icon-theme')
 optdepends=('source-highlight')
-source=("${pkgname}::git://repo.or.cz/qgit4/redivivus.git#tag=${pkgname}-${pkgver}")
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
 
 build() {
   cd ${srcdir}/${pkgname}


[arch-commits] Commit in qgit/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-21 Thread Jakob Gruber via arch-commits
Date: Thursday, June 21, 2018 @ 19:41:46
  Author: schuay
Revision: 344333

archrelease: copy trunk to community-x86_64

Added:
  qgit/repos/community-x86_64/PKGBUILD
(from rev 344332, qgit/trunk/PKGBUILD)
Deleted:
  qgit/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 19:41:33 UTC (rev 344332)
+++ PKGBUILD2018-06-21 19:41:46 UTC (rev 344333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Andrea Scarpino 
-# Contributor: Allan McRae 
-# Contributor: Dan McGee 
-
-pkgname=qgit
-pkgver=2.7
-pkgrel=2
-pkgdesc="A GIT GUI viewer built on Qt/C++"
-url='http://libre.tibirna.org/projects/qgit/wiki/QGit'
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('cmake')
-depends=('qt5-base' 'git' 'hicolor-icon-theme')
-optdepends=('source-highlight')
-source=("${pkgname}::git://repo.or.cz/qgit4/redivivus.git#tag=${pkgname}-${pkgver}")
-
-build() {
-  cd ${srcdir}/${pkgname}
-  rm -rf build && mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}/build
-  make DESTDIR=${pkgdir} install
-}
-
-md5sums=('SKIP')

Copied: qgit/repos/community-x86_64/PKGBUILD (from rev 344332, 
qgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 19:41:46 UTC (rev 344333)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Dan McGee 
+
+pkgname=qgit
+pkgver=2.8
+pkgrel=1
+pkgdesc="A GIT GUI viewer built on Qt/C++"
+url='https://github.com/tibirna/qgit'
+arch=('x86_64')
+license=('GPL')
+makedepends=('cmake')
+depends=('qt5-base' 'git' 'hicolor-icon-theme')
+optdepends=('source-highlight')
+source=("${pkgname}::git+https://github.com/tibirna/qgit.git#tag=${pkgname}-${pkgver};)
+
+build() {
+  cd ${srcdir}/${pkgname}
+  rm -rf build && mkdir build && cd build
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}/build
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('SKIP')


[arch-commits] Commit in ranger/trunk (PKGBUILD)

2018-06-12 Thread Jakob Gruber via arch-commits
Date: Tuesday, June 12, 2018 @ 21:00:42
  Author: schuay
Revision: 342702

update ranger url

Modified:
  ranger/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 21:00:03 UTC (rev 342701)
+++ PKGBUILD2018-06-12 21:00:42 UTC (rev 342702)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc='A simple, vim-like file manager'
 arch=('any')
-url='http://ranger.nongnu.org'
+url='https://ranger.github.io'
 license=('GPL')
 depends=('python')
 optdepends=(


[arch-commits] Commit in pdfgrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-12 Thread Jakob Gruber via arch-commits
Date: Tuesday, June 12, 2018 @ 20:59:10
  Author: schuay
Revision: 342699

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 342698, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-12 20:58:54 UTC (rev 342698)
+++ PKGBUILD2018-06-12 20:59:10 UTC (rev 342699)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('82d9422e9f630f8a90d4a42c8e364b65')

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 342698, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-12 20:59:10 UTC (rev 342699)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('7ac604ed0c21750dc89cc175197fdf7e')


[arch-commits] Commit in pdfgrep/trunk (PKGBUILD)

2018-06-12 Thread Jakob Gruber via arch-commits
Date: Tuesday, June 12, 2018 @ 20:58:53
  Author: schuay
Revision: 342697

upgpkg: pdfgrep 2.1.1-1

2.1.1-1

Modified:
  pdfgrep/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-12 20:58:34 UTC (rev 342696)
+++ PKGBUILD2018-06-12 20:58:53 UTC (rev 342697)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr 
 
 pkgname=pdfgrep
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A tool to search text in PDF files"
 arch=('x86_64')
@@ -29,4 +29,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('82d9422e9f630f8a90d4a42c8e364b65')
+md5sums=('7ac604ed0c21750dc89cc175197fdf7e')


[arch-commits] Commit in pcurses/repos (2 files)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:36:32
  Author: schuay
Revision: 339518

archrelease: copy trunk to community-staging-x86_64

Added:
  pcurses/repos/community-staging-x86_64/
  pcurses/repos/community-staging-x86_64/PKGBUILD
(from rev 339516, pcurses/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: pcurses/repos/community-staging-x86_64/PKGBUILD (from rev 339516, 
pcurses/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-03 18:36:32 UTC (rev 339518)
@@ -0,0 +1,29 @@
+# Maintainer: schuay 
+
+pkgname=pcurses
+pkgver=4
+pkgrel=7
+pkgdesc='A curses package management tool using libalpm'
+arch=('x86_64')
+url="https://github.com/schuay/$pkgname;
+license=('GPL')
+depends=('ncurses' 'pacman>=4.1.2')
+makedepends=('boost' 'cmake' 'git')
+source=("git://github.com/schuay/pcurses.git#tag=pcurses-$pkgver")
+md5sums=('SKIP')
+
+build() {
+  rm -rf "$srcdir/$pkgname-build"
+  mkdir "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname-build"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-build"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in pcurses/trunk (PKGBUILD)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:36:03
  Author: schuay
Revision: 339515

upgpkg: pcurses 4-7

4-7

Modified:
  pcurses/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 18:35:40 UTC (rev 339514)
+++ PKGBUILD2018-06-03 18:36:03 UTC (rev 339515)
@@ -2,7 +2,7 @@
 
 pkgname=pcurses
 pkgver=4
-pkgrel=6
+pkgrel=7
 pkgdesc='A curses package management tool using libalpm'
 arch=('x86_64')
 url="https://github.com/schuay/$pkgname;


[arch-commits] Commit in mc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:17:55
  Author: schuay
Revision: 339503

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 339502, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 18:17:50 UTC (rev 339502)
+++ PKGBUILD2018-06-03 18:17:55 UTC (rev 339503)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.20
-pkgrel=3
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('x86_64')
-url="http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
-makedepends=('libxt' 'libx11' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-screen=slang \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
-  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
-}

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 339502, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 18:17:55 UTC (rev 339503)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.21
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('x86_64')
+url="http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-screen=slang \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
+  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
+}


[arch-commits] Commit in mc/trunk (PKGBUILD)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:17:44
  Author: schuay
Revision: 339501

upgpkg: mc 4.8.21-1

4.8.21-1

Modified:
  mc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 18:17:31 UTC (rev 339500)
+++ PKGBUILD2018-06-03 18:17:44 UTC (rev 339501)
@@ -3,8 +3,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
-pkgver=4.8.20
-pkgrel=3
+pkgver=4.8.21
+pkgrel=1
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
 arch=('x86_64')
 url="http://www.ibiblio.org/mc/;
@@ -36,7 +36,7 @@
 'etc/mc/sfs.ini')
 options=('!emptydirs')
 source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
+sha256sums=('8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c')
 
 build() {
   export PYTHON=/usr/bin/python2


[arch-commits] Commit in enigma/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:07:42
  Author: schuay
Revision: 339495

archrelease: copy trunk to community-x86_64

Added:
  enigma/repos/community-x86_64/PKGBUILD
(from rev 339494, enigma/trunk/PKGBUILD)
Deleted:
  enigma/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 18:06:43 UTC (rev 339494)
+++ PKGBUILD2018-06-03 18:07:42 UTC (rev 339495)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom 
-# Contributor: Jason Chu 
-# Maintainer: schuay 
-
-pkgname=enigma
-pkgver=1.04
-pkgrel=6
-pkgdesc=" Enigma is a puzzle game involving falling blocks"
-arch=('x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/enigma/;
-license=('custom')
-depends=('ncurses')
-source=("http://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('a7de38cfae06b82c6b7007167157f65d7dd7cd9da5647896a78aff6ddcc8f4290103e6a9f5eb156fd63c2b763687f12eec0f29f5b9813bd2ca63f8b3ed2fda83')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  autoconf # Default CPP and CPPFLAGS cause errors. See FS#36228.
-  ./configure --prefix=/usr --localstatedir=/var
-  sed -i "s/root\.games/root.root/" Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin
-  make prefix=$pkgdir/usr localstatedir=$pkgdir/var install
-  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/license
-}

Copied: enigma/repos/community-x86_64/PKGBUILD (from rev 339494, 
enigma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 18:07:42 UTC (rev 339495)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Tom Newsom 
+# Contributor: Jason Chu 
+# Maintainer: schuay 
+
+pkgname=enigma
+pkgver=1.04
+pkgrel=6
+pkgdesc=" Enigma is a puzzle game involving falling blocks"
+arch=('x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/enigma/;
+license=('custom')
+depends=('ncurses')
+source=("http://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('a7de38cfae06b82c6b7007167157f65d7dd7cd9da5647896a78aff6ddcc8f4290103e6a9f5eb156fd63c2b763687f12eec0f29f5b9813bd2ca63f8b3ed2fda83')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoconf # Default CPP and CPPFLAGS cause errors. See FS#36228.
+  ./configure --prefix=/usr --localstatedir=/var
+  sed -i "s/root\.games/root.root/" Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin
+  make prefix=$pkgdir/usr localstatedir=$pkgdir/var install
+  install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}


[arch-commits] Commit in dopewars/repos/community-x86_64 (4 files)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:06:43
  Author: schuay
Revision: 339494

archrelease: copy trunk to community-x86_64

Added:
  dopewars/repos/community-x86_64/PKGBUILD
(from rev 339493, dopewars/trunk/PKGBUILD)
  dopewars/repos/community-x86_64/dopewars.install
(from rev 339493, dopewars/trunk/dopewars.install)
Deleted:
  dopewars/repos/community-x86_64/PKGBUILD
  dopewars/repos/community-x86_64/dopewars.install

--+
 PKGBUILD |   94 ++---
 dopewars.install |   40 +++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 18:06:09 UTC (rev 339493)
+++ PKGBUILD2018-06-03 18:06:43 UTC (rev 339494)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Tom Newsom 
-# Contributor: Jeff Mickey 
-# Contributor: Thayer Williams 
-# Maintainer: schuay http://dopewars.sourceforge.net/;
-license=('GPL')
-arch=('x86_64')
-depends=('gtk2' 'alsa-lib' 'audiofile' 'sdl_mixer' 'ncurses')
-install='dopewars.install'
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha512sums=('cfabaf9326c847aed6210a852ace64c697df5845a66b3179b8dc8dea7b99a11e1f91358d4ee54929a56c70d5f3a76f9f7bb4079fdef765601f165b4cd06cba5a')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-
-./configure --prefix=/usr --localstatedir=/var/games \
---mandir=/usr/share/man
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-
-make DESTDIR="$pkgdir" install
-
-# setup shortcut menu entries
-mkdir -p "$pkgdir/usr/share/applications"
-mv "$pkgdir/usr/share/gnome/apps/Games/dopewars.desktop" \
-   "$pkgdir/usr/share/applications"
-rm -r "$pkgdir/usr/share/gnome"
-
-# set appropriate permissions and destinations
-chown root:games "$pkgdir/usr/bin/dopewars"
-chmod 2755 "$pkgdir/usr/bin/dopewars"
-chown root:games "$pkgdir/var/games"
-chmod 775 "$pkgdir/var/games"
-
-# Handle the scores file creation in the install script
-rm "$pkgdir/var/games/dopewars.sco"
-}
-

Copied: dopewars/repos/community-x86_64/PKGBUILD (from rev 339493, 
dopewars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 18:06:43 UTC (rev 339494)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Tom Newsom 
+# Contributor: Jeff Mickey 
+# Contributor: Thayer Williams 
+# Maintainer: schuay http://dopewars.sourceforge.net/;
+license=('GPL')
+arch=('x86_64')
+depends=('gtk2' 'alsa-lib' 'audiofile' 'sdl_mixer' 'ncurses')
+install='dopewars.install'
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha512sums=('cfabaf9326c847aed6210a852ace64c697df5845a66b3179b8dc8dea7b99a11e1f91358d4ee54929a56c70d5f3a76f9f7bb4079fdef765601f165b4cd06cba5a')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+
+./configure --prefix=/usr --localstatedir=/var/games \
+--mandir=/usr/share/man
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+
+make DESTDIR="$pkgdir" install
+
+# setup shortcut menu entries
+mkdir -p "$pkgdir/usr/share/applications"
+mv "$pkgdir/usr/share/gnome/apps/Games/dopewars.desktop" \
+   "$pkgdir/usr/share/applications"
+rm -r "$pkgdir/usr/share/gnome"
+
+# set appropriate permissions and destinations
+chown root:games "$pkgdir/usr/bin/dopewars"
+chmod 2755 "$pkgdir/usr/bin/dopewars"
+chown root:games "$pkgdir/var/games"
+chmod 775 "$pkgdir/var/games"
+
+# Handle the scores file creation in the install script
+rm "$pkgdir/var/games/dopewars.sco"
+}
+

Deleted: dopewars.install
===
--- dopewars.install2018-06-03 18:06:09 UTC (rev 339493)
+++ dopewars.install2018-06-03 18:06:43 UTC (rev 339494)
@@ -1,20 +0,0 @@
-post_install() {
-  if [ ! -e /var/games/dopewars.sco ]; then
-mkdir -p /var/games
-touch /var/games/dopewars.sco
-chown root:games /var/games/dopewars.sco
-chmod 664 /var/games/dopewars.sco
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  if [ -e /var/games/dopewars.sco ]; then
-rm /var/games/dopewars.sco
-  fi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dopewars/repos/community-x86_64/dopewars.install (from rev 339493, 
dopewars/trunk/dopewars.install)
===
--- dopewars.install(rev 0)
+++ dopewars.install2018-06-03 18:06:43 UTC (rev 339494)
@@ -0,0 +1,20 @@
+post_install() {
+  if [ ! -e /var/games/dopewars.sco ]; then
+mkdir -p /var/games
+touch /var/games/dopewars.sco
+chown root:games /var/games/dopewars.sco
+chmod 664 /var/games/dopewars.sco
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  if [ -e /var/games/dopewars.sco ]; then
+rm 

[arch-commits] Commit in pdfgrep/trunk (PKGBUILD)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:04:28
  Author: schuay
Revision: 339491

upgpkg: pdfgrep 2.1.0-1

2.1.0-1

Modified:
  pdfgrep/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-03 17:58:36 UTC (rev 339490)
+++ PKGBUILD2018-06-03 18:04:28 UTC (rev 339491)
@@ -4,8 +4,8 @@
 # Contributor: josephgbr 
 
 pkgname=pdfgrep
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="A tool to search text in PDF files"
 arch=('x86_64')
 url="http://pdfgrep.sourceforge.net/;
@@ -29,4 +29,4 @@
   make DESTDIR="$pkgdir/" install
 }
 
-md5sums=('9e2193dbc95148c26423048af5a954c4')
+md5sums=('82d9422e9f630f8a90d4a42c8e364b65')


[arch-commits] Commit in pdfgrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-03 Thread Jakob Gruber via arch-commits
Date: Sunday, June 3, 2018 @ 18:04:38
  Author: schuay
Revision: 339492

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 339491, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 18:04:28 UTC (rev 339491)
+++ PKGBUILD2018-06-03 18:04:38 UTC (rev 339492)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Gabriel B. Casella 
-# Contributor: josephgbr 
-
-pkgname=pdfgrep
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A tool to search text in PDF files"
-arch=('i686' 'x86_64')
-url="http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-md5sums=('9e2193dbc95148c26423048af5a954c4')

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 339491, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 18:04:38 UTC (rev 339492)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Gabriel B. Casella 
+# Contributor: josephgbr 
+
+pkgname=pdfgrep
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A tool to search text in PDF files"
+arch=('x86_64')
+url="http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('82d9422e9f630f8a90d4a42c8e364b65')


[arch-commits] Commit in nethack/repos/community-x86_64 (4 files)

2018-05-13 Thread Jakob Gruber via arch-commits
Date: Sunday, May 13, 2018 @ 19:09:04
  Author: schuay
Revision: 321630

archrelease: copy trunk to community-x86_64

Added:
  nethack/repos/community-x86_64/PKGBUILD
(from rev 321629, nethack/trunk/PKGBUILD)
  nethack/repos/community-x86_64/nethack.install
(from rev 321629, nethack/trunk/nethack.install)
Deleted:
  nethack/repos/community-x86_64/PKGBUILD
  nethack/repos/community-x86_64/nethack.install

-+
 PKGBUILD|  150 +++---
 nethack.install |   24 
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:08:50 UTC (rev 321629)
+++ PKGBUILD2018-05-13 19:09:04 UTC (rev 321630)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer : schuay 
-# Contributor : kevin 
-# Contributor : Christian Schmidt 
-# Contributor : Markus Meissner 
-# Contributor : Nick Erdmann 
-
-pkgname=nethack
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='A single player dungeon exploration game'
-arch=('i686' 'x86_64')
-url="http://www.nethack.org/index.html;
-license=('custom')
-depends=('ncurses' 'gzip')
-install=nethack.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
-  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
-
-  # we are setting up for setgid games, so modify all necessary permissions
-  # to allow full access for groups
-
-  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
-  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
-  -e '/^VARDIRPERM/ s|0755|0775|' \
-  -e '/^VARFILEPERM/ s|0600|0664|' \
-  -e '/^GAMEPERM/ s|0755|02755|' \
-  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
-  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
-
-  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
-  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
-  -e '/^FILEPERM\s*=/ s|0644|0664|' \
-  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
-
-  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 
sys/unix/Makefile.doc
-
-}
-
-build(){
-  cd $srcdir/$pkgname-$pkgver/sys/unix
-  sh setup.sh hints/linux
-
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-  
-package() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
-  install -dm775 $pkgdir/var/games/
-  make PREFIX=$pkgdir -j1 install manpages # Multi-threaded builds fail.
-  sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
-  -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
-  -i $pkgdir/usr/bin/nethack
-
-  install -dm755 $pkgdir/usr/lib/nethack
-  mv $pkgdir/var/games/nethack/{nethack,recover} $pkgdir/usr/lib/nethack/
-
-  # FS#43414: /var/games should be owned by root:games.
-  chown -R root:games $pkgdir/var/games/
-  chown root:games $pkgdir/usr/lib/nethack/nethack
-  #chmod 02755 $pkgdir/usr/lib/nethack/nethack
-
-  install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
-  install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('d42147b26e5fb4746fb72536ce145984')

Copied: nethack/repos/community-x86_64/PKGBUILD (from rev 321629, 
nethack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:09:04 UTC (rev 321630)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 
+# Contributor : Markus Meissner 
+# Contributor : Nick Erdmann 
+
+pkgname=nethack
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='A single player dungeon exploration game'
+arch=('x86_64')
+url="http://www.nethack.org/index.html;
+license=('custom')
+depends=('ncurses' 'gzip')
+install=nethack.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/
+
+  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
+
+  # we are setting up for setgid games, so modify all necessary permissions
+  # to allow full access for groups
+
+  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
+  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
+  -e '/^VARDIRPERM/ s|0755|0775|' \
+  -e '/^VARFILEPERM/ s|0600|0664|' \
+  -e '/^GAMEPERM/ s|0755|02755|' \
+  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
+  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
+
+  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
+  -e 

[arch-commits] Commit in nethack/trunk (PKGBUILD)

2018-05-13 Thread Jakob Gruber via arch-commits
Date: Sunday, May 13, 2018 @ 19:08:50
  Author: schuay
Revision: 321629

upgpkg: nethack 3.6.1-1

3.6.1

Modified:
  nethack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:08:45 UTC (rev 321628)
+++ PKGBUILD2018-05-13 19:08:50 UTC (rev 321629)
@@ -6,7 +6,7 @@
 # Contributor : Nick Erdmann 
 
 pkgname=nethack
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='A single player dungeon exploration game'
 arch=('x86_64')
@@ -72,4 +72,4 @@
   install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('d42147b26e5fb4746fb72536ce145984')
+md5sums=('5c469058a0d2876c274c102d56f47bb5')


[arch-commits] Commit in abcde/trunk (PKGBUILD)

2018-05-13 Thread Jakob Gruber via arch-commits
Date: Sunday, May 13, 2018 @ 19:07:51
  Author: schuay
Revision: 321626

FS#58359

Modified:
  abcde/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:07:10 UTC (rev 321625)
+++ PKGBUILD2018-05-13 19:07:51 UTC (rev 321626)
@@ -16,6 +16,7 @@
 'flac: FLAC encoding support'
 'glyr: album art support'
 'lame: MP3 encoding support'
+'opus-tools: Opus encoding support'
 'python-eyed3: ID3 tag support'
 'vorbisgain: Ogg Vorbis normalization support')
 backup=("etc/${pkgname}.conf")


[arch-commits] Commit in soundconverter/trunk (PKGBUILD)

2018-04-14 Thread Jakob Gruber via arch-commits
Date: Saturday, April 14, 2018 @ 13:10:02
  Author: schuay
Revision: 316283

upgpkg: soundconverter 3.0.0-1

3.0.0-1

Modified:
  soundconverter/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 12:04:10 UTC (rev 316282)
+++ PKGBUILD2018-04-14 13:10:02 UTC (rev 316283)
@@ -4,8 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=soundconverter
-pkgver=3.0.0beta1
-_gitrev=3569f9927b2aabd1615f750b11c2a44d2a1dab56
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="A simple sound converter application for GNOME"
 arch=('any')
@@ -16,21 +15,21 @@
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/kassoulet/$pkgname/tar.gz/$_gitrev;)
-sha256sums=('6f73cb73dc3331c19e170e20687c90a3ef075bf6fc659d24b05619042c250297')
+source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/soundconverter-$pkgver.tar.xz;)
+sha256sums=('ecb47732f279fc91f761601a56bada0ce8b8fe25e2e2935ca6b793e26f713df3')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${_gitrev}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${_gitrev}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr 
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${_gitrev}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in soundconverter/repos/community-any (PKGBUILD PKGBUILD)

2018-04-14 Thread Jakob Gruber via arch-commits
Date: Saturday, April 14, 2018 @ 13:10:15
  Author: schuay
Revision: 316284

archrelease: copy trunk to community-any

Added:
  soundconverter/repos/community-any/PKGBUILD
(from rev 316283, soundconverter/trunk/PKGBUILD)
Deleted:
  soundconverter/repos/community-any/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-14 13:10:02 UTC (rev 316283)
+++ PKGBUILD2018-04-14 13:10:15 UTC (rev 316284)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Stefan Husmann 
-# Contributor: Andrea Scarpino 
-
-pkgname=soundconverter
-pkgver=3.0.0beta1
-_gitrev=3569f9927b2aabd1615f750b11c2a44d2a1dab56
-pkgrel=1
-pkgdesc="A simple sound converter application for GNOME"
-arch=('any')
-license=('GPL3')
-url="http://soundconverter.org/;
-depends=('gconf' 'gst-plugins-base' 'gst-plugins-good' 'gtk3' 'libnotify' 
'python-gobject')
-makedepends=('intltool')
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/kassoulet/$pkgname/tar.gz/$_gitrev;)
-sha256sums=('6f73cb73dc3331c19e170e20687c90a3ef075bf6fc659d24b05619042c250297')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${_gitrev}"
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${_gitrev}"
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_gitrev}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: soundconverter/repos/community-any/PKGBUILD (from rev 316283, 
soundconverter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-14 13:10:15 UTC (rev 316284)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Stefan Husmann 
+# Contributor: Andrea Scarpino 
+
+pkgname=soundconverter
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A simple sound converter application for GNOME"
+arch=('any')
+license=('GPL3')
+url="http://soundconverter.org/;
+depends=('gconf' 'gst-plugins-base' 'gst-plugins-good' 'gtk3' 'libnotify' 
'python-gobject')
+makedepends=('intltool')
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=("https://launchpad.net/soundconverter/trunk/$pkgver/+download/soundconverter-$pkgver.tar.xz;)
+sha256sums=('ecb47732f279fc91f761601a56bada0ce8b8fe25e2e2935ca6b793e26f713df3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in abcde/repos/community-any (PKGBUILD PKGBUILD)

2018-04-03 Thread Jakob Gruber via arch-commits
Date: Tuesday, April 3, 2018 @ 16:10:03
  Author: schuay
Revision: 313980

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 313979, abcde/trunk/PKGBUILD)
Deleted:
  abcde/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 +++--
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-03 16:09:24 UTC (rev 313979)
+++ PKGBUILD2018-04-03 16:10:03 UTC (rev 313980)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.9.1
-pkgrel=2
-pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
-arch=('any')
-url='https://abcde.einval.com/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
-optdepends=('cdparanoia: Paranoia ripping support'
-'flac: FLAC encoding support'
-'glyr: album art support'
-'lame: MP3 encoding support'
-'python-eyed3: ID3 tag support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
-'SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 313979, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-03 16:10:03 UTC (rev 313980)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.9.1
+pkgrel=3
+pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
+arch=('any')
+url='https://abcde.einval.com/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
+optdepends=('cdparanoia: Paranoia ripping support'
+'flac: FLAC encoding support'
+'glyr: album art support'
+'lame: MP3 encoding support'
+'python-eyed3: ID3 tag support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
+'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+  # https://bugs.archlinux.org/task/58046
+  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
+}
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
+}
+


[arch-commits] Commit in abcde/trunk (PKGBUILD)

2018-04-03 Thread Jakob Gruber via arch-commits
Date: Tuesday, April 3, 2018 @ 16:09:24
  Author: schuay
Revision: 313979

upgpkg: abcde 2.9.1-3

2.9.1-3

Modified:
  abcde/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-03 15:12:56 UTC (rev 313978)
+++ PKGBUILD2018-04-03 16:09:24 UTC (rev 313979)
@@ -6,7 +6,7 @@
 
 pkgname=abcde
 pkgver=2.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
 arch=('any')
 url='https://abcde.einval.com/'
@@ -28,6 +28,8 @@
 build() {
   cd "${pkgname}-${pkgver}"
   sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+  # https://bugs.archlinux.org/task/58046
+  sed -i 's/^#CDDBMETHOD=musicbrainz/CDDBMETHOD=cddb/' abcde.conf
 }
 
 package() {


[arch-commits] Commit in abcde/repos/community-any (3 files)

2018-03-20 Thread Jakob Gruber via arch-commits
Date: Tuesday, March 20, 2018 @ 19:11:36
  Author: schuay
Revision: 309651

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 309650, abcde/trunk/PKGBUILD)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   85 +++-
 fix-mp3-tagging.patch |   20 ---
 2 files changed, 41 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-20 19:11:24 UTC (rev 309650)
+++ PKGBUILD2018-03-20 19:11:36 UTC (rev 309651)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.8.1
-pkgrel=3
-pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
-arch=('any')
-url='https://abcde.einval.com/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'flac: FLAC encoding support'
-'glyr: album art support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support (AUR)'
-'perl-webservice-musicbrainz0: musicbrainz support (AUR)'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign}
-'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39'
-'SKIP'
-'cfe94785801cf53828d262fe3ed4894065afcc50f5db5ceb2bb2d77d63514d95')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -Np0 < "${srcdir}/fix-mp3-tagging.patch"
-  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 309650, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-20 19:11:36 UTC (rev 309651)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.9.1
+pkgrel=1
+pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
+arch=('any')
+url='https://abcde.einval.com/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'flac: FLAC encoding support'
+'glyr: album art support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support (AUR)'
+'perl-webservice-musicbrainz0: musicbrainz support (AUR)'
+'python-eyed3: ID3 tag support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
+'SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
+}
+

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2018-03-20 19:11:24 UTC (rev 309650)
+++ fix-mp3-tagging.patch   2018-03-20 19:11:36 UTC (rev 309651)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-   -A "$DALBUM" -a "$TRACKARTIST" 
-t "$TRACKNAME" \
-   -y "$CDYEAR" -g "$GENREID" \
-  

[arch-commits] Commit in abcde/trunk (PKGBUILD fix-mp3-tagging.patch)

2018-03-20 Thread Jakob Gruber via arch-commits
Date: Tuesday, March 20, 2018 @ 19:11:20
  Author: schuay
Revision: 309649

upgpkg: abcde 2.9.1-1

2.9.1

Modified:
  abcde/trunk/PKGBUILD
Deleted:
  abcde/trunk/fix-mp3-tagging.patch

---+
 PKGBUILD  |   14 +-
 fix-mp3-tagging.patch |   20 
 2 files changed, 5 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-20 19:06:51 UTC (rev 309648)
+++ PKGBUILD2018-03-20 19:11:20 UTC (rev 309649)
@@ -5,8 +5,8 @@
 # Maintainer: schuay 
 
 pkgname=abcde
-pkgver=2.8.1
-pkgrel=3
+pkgver=2.9.1
+pkgrel=1
 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
 arch=('any')
 url='https://abcde.einval.com/'
@@ -24,18 +24,14 @@
 'python-eyed3: ID3 tag support'
 'vorbisgain: Ogg Vorbis normalization support')
 backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign}
-'fix-mp3-tagging.patch')
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign})
 validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
   '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39'
-'SKIP'
-'cfe94785801cf53828d262fe3ed4894065afcc50f5db5ceb2bb2d77d63514d95')
+sha256sums=('70ec6e06b791115fbe88dee313f58f691f9b559ee992f2af5ed64fe6ad2e55d7'
+'SKIP')
 
 build() {
   cd "${pkgname}-${pkgver}"
-
-  patch -Np0 < "${srcdir}/fix-mp3-tagging.patch"
   sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
 }
 

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2018-03-20 19:06:51 UTC (rev 309648)
+++ fix-mp3-tagging.patch   2018-03-20 19:11:20 UTC (rev 309649)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-   -A "$DALBUM" -a "$TRACKARTIST" 
-t "$TRACKNAME" \
-   -y "$CDYEAR" -g "$GENREID" \
-   -T "${TRACKNUM:-$1}/$TRACKS" \
-!  ${TPE2:+--TPE2 "$TPE2"} \
-   "$ABCDETEMPDIR/track$1.$OUTPUT"
-   ;;
-   esac
 835,841 
--A "$DALBUM" -a "$TRACKARTIST" 
-t "$TRACKNAME" \
--y "$CDYEAR" -g "$GENREID" \
--T "${TRACKNUM:-$1}/$TRACKS" \
-!   ${TPE2:+--TPE2 \"$TPE2\"} \
-"$ABCDETEMPDIR/track$1.$OUTPUT"
-;;
-esac
-


[arch-commits] Commit in angband/trunk (PKGBUILD)

2018-03-20 Thread Jakob Gruber via arch-commits
Date: Tuesday, March 20, 2018 @ 19:06:51
  Author: schuay
Revision: 309648

angband xorg-fonts-misc

Modified:
  angband/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-20 19:03:04 UTC (rev 309647)
+++ PKGBUILD2018-03-20 19:06:51 UTC (rev 309648)
@@ -14,7 +14,7 @@
 arch=('x86_64')
 url="http://rephial.org/;
 license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
 makedepends=('python-docutils')
 
source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
 


[arch-commits] Commit in abcde/trunk (PKGBUILD)

2018-03-08 Thread Jakob Gruber via arch-commits
Date: Thursday, March 8, 2018 @ 16:02:31
  Author: schuay
Revision: 304765

move python-eyed3 to optdeps

Modified:
  abcde/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-08 13:53:03 UTC (rev 304764)
+++ PKGBUILD2018-03-08 16:02:31 UTC (rev 304765)
@@ -11,7 +11,7 @@
 arch=('any')
 url='https://abcde.einval.com/'
 license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python-eyed3')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools')
 optdepends=('cdparanoia: Paranoia ripping support'
 'cdrkit: icedax ripping support'
 'flac: FLAC encoding support'
@@ -21,6 +21,7 @@
 'mp3gain: MP3 normalization support'
 'perl-musicbrainz-discid: musicbrainz support (AUR)'
 'perl-webservice-musicbrainz0: musicbrainz support (AUR)'
+'python-eyed3: ID3 tag support'
 'vorbisgain: Ogg Vorbis normalization support')
 backup=("etc/${pkgname}.conf")
 source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign}


[arch-commits] Commit in ranger/repos/community-any (PKGBUILD PKGBUILD)

2018-02-22 Thread Jakob Gruber via arch-commits
Date: Thursday, February 22, 2018 @ 18:13:08
  Author: schuay
Revision: 297096

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 297095, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-22 18:12:31 UTC (rev 297095)
+++ PKGBUILD2018-02-22 18:13:08 UTC (rev 297096)
@@ -1,40 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-optdepends=(
-'atool: for previews of archives'
-'elinks: for previews of html pages'
-'ffmpegthumbnailer: for video previews'
-'highlight: for syntax highlighting of code'
-'libcaca: for ASCII-art image previews'
-'lynx: for previews of html pages'
-'mediainfo: for viewing information about media files'
-'odt2txt: for OpenDocument texts'
-'perl-image-exiftool: for viewing information about media files'
-'poppler: for pdf previews'
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'transmission-cli: for viewing bittorrent information'
-'w3m: for previews of images and html pages')
-conflicts=('ranger-git')
-source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('64ba1eecee54dce0265c36eb87edaf4211a462dc0cb6c831113a232829fecfd9'
-'SKIP')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}

Copied: ranger/repos/community-any/PKGBUILD (from rev 297095, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-22 18:13:08 UTC (rev 297096)
@@ -0,0 +1,40 @@
+# Maintainer: schuay 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+optdepends=(
+'atool: for previews of archives'
+'elinks: for previews of html pages'
+'ffmpegthumbnailer: for video previews'
+'highlight: for syntax highlighting of code'
+'libcaca: for ASCII-art image previews'
+'lynx: for previews of html pages'
+'mediainfo: for viewing information about media files'
+'odt2txt: for OpenDocument texts'
+'perl-image-exiftool: for viewing information about media files'
+'poppler: for pdf previews'
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'transmission-cli: for viewing bittorrent information'
+'w3m: for previews of images and html pages')
+conflicts=('ranger-git')
+source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
+"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
+'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in ranger/trunk (PKGBUILD)

2018-02-22 Thread Jakob Gruber via arch-commits
Date: Thursday, February 22, 2018 @ 18:12:31
  Author: schuay
Revision: 297095

upgpkg: ranger 1.9.1-1

1.9.1

Modified:
  ranger/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-22 17:57:51 UTC (rev 297094)
+++ PKGBUILD2018-02-22 18:12:31 UTC (rev 297095)
@@ -2,7 +2,7 @@
 # Previous maintainer: Roman Zimbelmann 
 
 pkgname=ranger
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A simple, vim-like file manager'
 arch=('any')
@@ -27,7 +27,7 @@
 conflicts=('ranger-git')
 source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
 "http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('64ba1eecee54dce0265c36eb87edaf4211a462dc0cb6c831113a232829fecfd9'
+sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
 'SKIP')
 validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
 


[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2018-02-21 Thread Jakob Gruber via arch-commits
Date: Wednesday, February 21, 2018 @ 19:53:49
  Author: schuay
Revision: 296729

upgpkg: stone-soup 0.21.1-1

0.21.1

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 19:47:09 UTC (rev 296728)
+++ PKGBUILD2018-02-21 19:53:49 UTC (rev 296729)
@@ -1,7 +1,7 @@
 # Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
 
 pkgname=stone-soup
-pkgver=0.21.0
+pkgver=0.21.1
 _majorver=0.21
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('af2bf124a7731170a780c35395d925c1')
+md5sums=('2fd51462581a5c457b0a2343bcc8a320')


[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2018-02-21 Thread Jakob Gruber via arch-commits
Date: Wednesday, February 21, 2018 @ 19:54:07
  Author: schuay
Revision: 296730

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 296729, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 296729, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-21 19:53:49 UTC (rev 296729)
+++ PKGBUILD2018-02-21 19:54:07 UTC (rev 296730)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
-
-pkgname=stone-soup
-pkgver=0.21.0
-_majorver=0.21
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('af2bf124a7731170a780c35395d925c1')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 296729, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-21 19:54:07 UTC (rev 296730)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
+
+pkgname=stone-soup
+pkgver=0.21.1
+_majorver=0.21
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bi

[arch-commits] Commit in ranger/repos/community-any (PKGBUILD PKGBUILD)

2018-01-29 Thread Jakob Gruber via arch-commits
Date: Monday, January 29, 2018 @ 18:31:53
  Author: schuay
Revision: 287877

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 287876, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 +++--
 1 file changed, 40 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-29 18:31:25 UTC (rev 287876)
+++ PKGBUILD2018-01-29 18:31:53 UTC (rev 287877)
@@ -1,38 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-optdepends=(
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'libcaca: for ASCII-art image previews'
-'highlight: for syntax highlighting of code'
-'atool: for previews of archives'
-'w3m: for previews of images and html pages'
-'lynx: for previews of html pages'
-'elinks: for previews of html pages'
-'poppler: for pdf previews'
-'transmission-cli: for viewing bittorrent information'
-'mediainfo: for viewing information about media files'
-'perl-image-exiftool: for viewing information about media files')
-conflicts=('ranger-git')
-source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('1433f9f9958b104c97d4b23ab77a2ac37d3f98b826437b941052a55c01c721b4'
-'SKIP')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}

Copied: ranger/repos/community-any/PKGBUILD (from rev 287876, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-29 18:31:53 UTC (rev 287877)
@@ -0,0 +1,40 @@
+# Maintainer: schuay 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+optdepends=(
+'atool: for previews of archives'
+'elinks: for previews of html pages'
+'ffmpegthumbnailer: for video previews'
+'highlight: for syntax highlighting of code'
+'libcaca: for ASCII-art image previews'
+'lynx: for previews of html pages'
+'mediainfo: for viewing information about media files'
+'odt2txt: for OpenDocument texts'
+'perl-image-exiftool: for viewing information about media files'
+'poppler: for pdf previews'
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'transmission-cli: for viewing bittorrent information'
+'w3m: for previews of images and html pages')
+conflicts=('ranger-git')
+source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
+"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('64ba1eecee54dce0265c36eb87edaf4211a462dc0cb6c831113a232829fecfd9'
+'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in ranger/trunk (PKGBUILD)

2018-01-29 Thread Jakob Gruber via arch-commits
Date: Monday, January 29, 2018 @ 18:31:25
  Author: schuay
Revision: 287876

upgpkg: ranger 1.9.0-1

1.9.0-1

Modified:
  ranger/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-29 18:21:33 UTC (rev 287875)
+++ PKGBUILD2018-01-29 18:31:25 UTC (rev 287876)
@@ -2,7 +2,7 @@
 # Previous maintainer: Roman Zimbelmann 
 
 pkgname=ranger
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='A simple, vim-like file manager'
 arch=('any')
@@ -25,9 +25,9 @@
 'transmission-cli: for viewing bittorrent information'
 'w3m: for previews of images and html pages')
 conflicts=('ranger-git')
-source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz;
-"http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('1433f9f9958b104c97d4b23ab77a2ac37d3f98b826437b941052a55c01c721b4'
+source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz;
+"http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('64ba1eecee54dce0265c36eb87edaf4211a462dc0cb6c831113a232829fecfd9'
 'SKIP')
 validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
 


[arch-commits] Commit in abcde/trunk (PKGBUILD)

2018-01-29 Thread Jakob Gruber via arch-commits
Date: Monday, January 29, 2018 @ 18:16:42
  Author: schuay
Revision: 287868

upgpkg: abcde 2.8.1-3

update optdeps

Modified:
  abcde/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-29 18:16:18 UTC (rev 287867)
+++ PKGBUILD2018-01-29 18:16:42 UTC (rev 287868)
@@ -6,7 +6,7 @@
 
 pkgname=abcde
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
 arch=('any')
 url='https://abcde.einval.com/'


[arch-commits] Commit in abcde/repos/community-any (4 files)

2018-01-29 Thread Jakob Gruber via arch-commits
Date: Monday, January 29, 2018 @ 18:16:56
  Author: schuay
Revision: 287869

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 287868, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 287868, abcde/trunk/fix-mp3-tagging.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   87 
 fix-mp3-tagging.patch |   40 +++---
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-29 18:16:42 UTC (rev 287868)
+++ PKGBUILD2018-01-29 18:16:56 UTC (rev 287869)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.8.1
-pkgrel=2
-pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
-arch=('any')
-url='https://abcde.einval.com/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support (AUR)'
-'perl-webservice-musicbrainz: musicbrainz support (AUR)'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign}
-'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-sha256sums=('e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39'
-'SKIP'
-'cfe94785801cf53828d262fe3ed4894065afcc50f5db5ceb2bb2d77d63514d95')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  patch -Np0 < "${srcdir}/fix-mp3-tagging.patch"
-  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
-}
-

Copied: abcde/repos/community-any/PKGBUILD (from rev 287868, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-29 18:16:56 UTC (rev 287869)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.8.1
+pkgrel=3
+pkgdesc='Frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go'
+arch=('any')
+url='https://abcde.einval.com/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python-eyed3')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'flac: FLAC encoding support'
+'glyr: album art support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support (AUR)'
+'perl-webservice-musicbrainz0: musicbrainz support (AUR)'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("https://abcde.einval.com/download/abcde-${pkgver}.tar.gz"{,.sign}
+'fix-mp3-tagging.patch')
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+sha256sums=('e49c71d7ddcd312dcc819c3be203abd3d09d286500ee777cde434c7881962b39'
+'SKIP'
+'cfe94785801cf53828d262fe3ed4894065afcc50f5db5ceb2bb2d77d63514d95')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  patch -Np0 < "${srcdir}/fix-mp3-tagging.patch"
+  sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+  make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" prefix=/usr 
sysconfdir=/etc install
+}
+

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2018-01-29 18:16:42 UTC (rev 287868)
+++ fix-mp3-tagging.patch   2018-01-29 18:16:56 UTC (rev 287869)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-  

[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2018-01-14 Thread Jakob Gruber via arch-commits
Date: Sunday, January 14, 2018 @ 18:46:23
  Author: schuay
Revision: 282265

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 282264, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 282264, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 18:36:42 UTC (rev 282264)
+++ PKGBUILD2018-01-14 18:46:23 UTC (rev 282265)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
-
-pkgname=stone-soup
-pkgver=0.21.0
-_majorver=0.21
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('af2bf124a7731170a780c35395d925c1')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 282264, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 18:46:23 UTC (rev 282265)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
+
+pkgname=stone-soup
+pkgver=0.21.0
+_majorver=0.21
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bi

[arch-commits] Commit in angband/trunk (PKGBUILD)

2018-01-14 Thread Jakob Gruber via arch-commits
Date: Sunday, January 14, 2018 @ 18:36:27
  Author: schuay
Revision: 282263

upgpkg: angband 4.1.2-1

4.1.2

Modified:
  angband/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 18:26:17 UTC (rev 282262)
+++ PKGBUILD2018-01-14 18:36:27 UTC (rev 282263)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('x86_64')
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('e6943750e5493141756358c4356b08c5')
+md5sums=('d5499e26f59beb745d68a66d67050fc6')


[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-14 Thread Jakob Gruber via arch-commits
Date: Sunday, January 14, 2018 @ 18:36:42
  Author: schuay
Revision: 282264

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 282263, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 18:36:27 UTC (rev 282263)
+++ PKGBUILD2018-01-14 18:36:42 UTC (rev 282264)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.1.1
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('e6943750e5493141756358c4356b08c5')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 282263, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 18:36:42 UTC (rev 282264)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.1.2
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('d5499e26f59beb745d68a66d67050fc6')


[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2018-01-14 Thread Jakob Gruber via arch-commits
Date: Sunday, January 14, 2018 @ 18:25:00
  Author: schuay
Revision: 282260

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 282259, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 282259, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 18:23:51 UTC (rev 282259)
+++ PKGBUILD2018-01-14 18:25:00 UTC (rev 282260)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
-
-pkgname=stone-soup
-pkgver=0.21.0
-_majorver=0.21
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('af2bf124a7731170a780c35395d925c1')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 282259, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 18:25:00 UTC (rev 282260)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
+
+pkgname=stone-soup
+pkgver=0.21.0
+_majorver=0.21
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bi

[arch-commits] Commit in stone-soup/repos/community-x86_64 (4 files)

2018-01-14 Thread Jakob Gruber via arch-commits
Date: Sunday, January 14, 2018 @ 18:23:51
  Author: schuay
Revision: 282259

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 282258, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 282258, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-14 18:22:42 UTC (rev 282258)
+++ PKGBUILD2018-01-14 18:23:51 UTC (rev 282259)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
-
-pkgname=stone-soup
-pkgver=0.20.1
-_majorver=0.20
-pkgrel=1
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-md5sums=('3cf7b6ee94af325123cce422fed1f5fc')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 282258, 
stone-soup/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-14 18:23:51 UTC (rev 282259)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
+
+pkgname=stone-soup
+pkgver=0.21.0
+_majorver=0.21
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("https://crawl.develz.org/release/${_majorver}/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bi

[arch-commits] Commit in stone-soup/trunk (PKGBUILD)

2018-01-14 Thread Jakob Gruber via arch-commits
Date: Sunday, January 14, 2018 @ 18:22:42
  Author: schuay
Revision: 282258

upgpkg: stone-soup 0.21.0-1

0.21.0

Modified:
  stone-soup/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-14 18:20:13 UTC (rev 282257)
+++ PKGBUILD2018-01-14 18:22:42 UTC (rev 282258)
@@ -1,8 +1,8 @@
 # Maintainer: Jakob Gruber <jakob.gru...@gmail.com>
 
 pkgname=stone-soup
-pkgver=0.20.1
-_majorver=0.20
+pkgver=0.21.0
+_majorver=0.21
 pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('x86_64')
@@ -72,4 +72,4 @@
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
 
 }
-md5sums=('3cf7b6ee94af325123cce422fed1f5fc')
+md5sums=('af2bf124a7731170a780c35395d925c1')


[arch-commits] Commit in mc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-28 Thread Jakob Gruber via arch-commits
Date: Tuesday, November 28, 2017 @ 19:51:13
  Author: schuay
Revision: 270513

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 270512, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  120 ++---
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 19:50:49 UTC (rev 270512)
+++ PKGBUILD2017-11-28 19:51:13 UTC (rev 270513)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Daniel J Griffiths 
-
-pkgname=mc
-pkgver=4.8.19
-pkgrel=1
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
-makedepends=('libxt' 'libx11' 'unzip')
-optdepends=('aspell: spelling corrections'
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'cvs: CVS support'
-'gawk: hp48+ extfs'
-'mtools: a+ extfs'
-'p7zip: support for 7zip archives'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/mcedit.menu'
-'etc/mc/sfs.ini')
-options=('!emptydirs')
-source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df')
-
-build() {
-  export PYTHON=/usr/bin/python2
-
-  cd ${pkgname}-${pkgver}
-  ./configure \
-  --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --enable-vfs-smb \
-  --with-x
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
-  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
-}

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 270512, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 19:51:13 UTC (rev 270513)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.20
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('x86_64')
+url="http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11' 'unzip')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Replace mc.keymap symlink with target file to fix backup mechanism 
(FS#50889).
+  rm "${pkgdir}"/etc/mc/mc.keymap && cp "${pkgdir}"/etc/mc/mc{.default,}.keymap
+}


[arch-commits] Commit in mc/trunk (PKGBUILD)

2017-11-28 Thread Jakob Gruber via arch-commits
Date: Tuesday, November 28, 2017 @ 19:50:49
  Author: schuay
Revision: 270512

mc-4.8.20-1

Modified:
  mc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-28 19:44:21 UTC (rev 270511)
+++ PKGBUILD2017-11-28 19:50:49 UTC (rev 270512)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
-pkgver=4.8.19
+pkgver=4.8.20
 pkgrel=1
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
 arch=('x86_64')
@@ -36,7 +36,7 @@
 'etc/mc/sfs.ini')
 options=('!emptydirs')
 source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('eb9e56bbb5b2893601d100d0e0293983049b302c5ab61bfb544ad0ee2cc1f2df')
+sha256sums=('017ee7f4f8ae420a04f4d6fcebaabe5b494661075c75442c76e9c8b1923d501c')
 
 build() {
   export PYTHON=/usr/bin/python2


[arch-commits] Commit in angband/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-20 Thread Jakob Gruber
Date: Monday, November 20, 2017 @ 14:24:52
  Author: schuay
Revision: 267598

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
(from rev 267597, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-20 14:24:37 UTC (rev 267597)
+++ PKGBUILD2017-11-20 14:24:52 UTC (rev 267598)
@@ -1,55 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Mike Sampson 
-# Contributor: Adrian Stratulat 
-# Contributor: Anton Bazhenov 
-# Contributor: KillaB 
-# Contributor: Callan Barrett 
-# Contributor: Christian Schmidt 
-# Contributor: Sebastian Sareyko 
-
-pkgname=angband
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('i686' 'x86_64')
-url="http://rephial.org/;
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
-makedepends=('python-docutils')
-source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
-
-prepare() {
-  cd "${srcdir}/angband-master"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/angband-master"
-
-  ./autogen.sh
-
-  ./configure \
---prefix=/usr \
---bindir=/usr/bin \
---sysconfdir=/usr/share/angband \
---with-configpath=/usr/share/angband \
---with-libpath=/usr/share/angband \
---enable-gtk \
---enable-sdl \
---enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/angband-master"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('c54f7364d58ea2216b188afcbaa40a66')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 267597, 
angband/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-20 14:24:52 UTC (rev 267598)
@@ -0,0 +1,55 @@
+# Maintainer: schuay 
+# Contributor: Mike Sampson 
+# Contributor: Adrian Stratulat 
+# Contributor: Anton Bazhenov 
+# Contributor: KillaB 
+# Contributor: Callan Barrett 
+# Contributor: Christian Schmidt 
+# Contributor: Sebastian Sareyko 
+
+pkgname=angband
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('x86_64')
+url="http://rephial.org/;
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses')
+makedepends=('python-docutils')
+source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
+
+prepare() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+--prefix=/usr \
+--bindir=/usr/bin \
+--sysconfdir=/usr/share/angband \
+--with-configpath=/usr/share/angband \
+--with-libpath=/usr/share/angband \
+--enable-gtk \
+--enable-sdl \
+--enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+md5sums=('e6943750e5493141756358c4356b08c5')


[arch-commits] Commit in angband/trunk (PKGBUILD)

2017-11-20 Thread Jakob Gruber
Date: Monday, November 20, 2017 @ 14:24:37
  Author: schuay
Revision: 267597

angband-4.1.1-1

Modified:
  angband/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-20 14:23:33 UTC (rev 267596)
+++ PKGBUILD2017-11-20 14:24:37 UTC (rev 267597)
@@ -8,7 +8,7 @@
 # Contributor: Sebastian Sareyko 
 
 pkgname=angband
-pkgver=4.1.0
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 
source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz;)
 
 prepare() {
-  cd "${srcdir}/angband-master"
+  cd "${srcdir}/angband-${pkgver}"
 
   # Fix detection of ncurses config script for ncurses 6.0
   sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
@@ -26,7 +26,7 @@
 }
 
 build() {
-  cd "${srcdir}/angband-master"
+  cd "${srcdir}/angband-${pkgver}"
 
   ./autogen.sh
 
@@ -44,7 +44,7 @@
 }
 
 package() {
-  cd "${srcdir}/angband-master"
+  cd "${srcdir}/angband-${pkgver}"
 
   make DESTDIR="${pkgdir}" install
 
@@ -52,4 +52,4 @@
   install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }
 
-md5sums=('c54f7364d58ea2216b188afcbaa40a66')
+md5sums=('e6943750e5493141756358c4356b08c5')


[arch-commits] Commit in puzzles/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-11-12 Thread Jakob Gruber
Date: Sunday, November 12, 2017 @ 13:48:48
  Author: schuay
Revision: 266356

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 266355, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  151 ++---
 1 file changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 13:48:38 UTC (rev 266355)
+++ PKGBUILD2017-11-12 13:48:48 UTC (rev 266356)
@@ -1,75 +0,0 @@
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=puzzles
-pkgver=20160428
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=b31155b7")
-md5sums=("SKIP")
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-sed -i 's_-Werror __' Makefile.gtk
-sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 266355, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-12 13:48:48 UTC (rev 266356)
@@ -0,0 +1,76 @@
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=puzzles
+pkgver=20171029
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+depends=('gtk2' 'desktop-file-utils')
+source=("git://git.tartarus.org/simon/puzzles.git#commit=b31155b7")
+md5sums=("SKIP")
+
+prepare() {
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_-Werror __' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generate icons.
+cd ${srcdir}/${pkgname}/icons
+xvfb-run make pngicons
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/${pkgname}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for oldname in *-48d24.png; do
+newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
+install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
+done
+
+

[arch-commits] Commit in puzzles/repos/community-i686 (PKGBUILD PKGBUILD)

2017-11-12 Thread Jakob Gruber
Date: Sunday, November 12, 2017 @ 13:48:38
  Author: schuay
Revision: 266355

archrelease: copy trunk to community-i686

Added:
  puzzles/repos/community-i686/PKGBUILD
(from rev 266354, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  151 ++---
 1 file changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-12 13:47:26 UTC (rev 266354)
+++ PKGBUILD2017-11-12 13:48:38 UTC (rev 266355)
@@ -1,75 +0,0 @@
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=puzzles
-pkgver=20160428
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-source=("git://git.tartarus.org/simon/puzzles.git#commit=b31155b7")
-md5sums=("SKIP")
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-sed -i 's_-Werror __' Makefile.gtk
-sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 266354, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-12 13:48:38 UTC (rev 266355)
@@ -0,0 +1,76 @@
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=puzzles
+pkgver=20171029
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+depends=('gtk2' 'desktop-file-utils')
+source=("git://git.tartarus.org/simon/puzzles.git#commit=b31155b7")
+md5sums=("SKIP")
+
+prepare() {
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_-Werror __' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros 
-Wno-long-long_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generate icons.
+cd ${srcdir}/${pkgname}/icons
+xvfb-run make pngicons
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/${pkgname}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for oldname in *-48d24.png; do
+newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
+install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
+done
+
+# 

  1   2   3   4   5   6   7   >