[arch-commits] Commit in (tuxpaint)

2020-05-01 Thread Antonio Rojas via arch-commits
Date: Friday, May 1, 2020 @ 20:24:03
  Author: arojas
Revision: 624259

Drop orphan package

Deleted:
  tuxpaint/


[arch-commits] Commit in (tuxpaint-stamps)

2020-05-01 Thread Antonio Rojas via arch-commits
Date: Friday, May 1, 2020 @ 20:23:27
  Author: arojas
Revision: 624257

Drop orphan package

Deleted:
  tuxpaint-stamps/


[arch-commits] Commit in (tuxpaint-config)

2020-05-01 Thread Antonio Rojas via arch-commits
Date: Friday, May 1, 2020 @ 20:22:56
  Author: arojas
Revision: 624255

Drop orphan package

Deleted:
  tuxpaint-config/


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 18:18:11
  Author: felixonmars
Revision: 433663

archrelease: copy trunk to community-x86_64

Added:
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 433662, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-16 18:17:51 UTC (rev 433662)
+++ PKGBUILD2019-02-16 18:18:11 UTC (rev 433663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=4
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/' # no https available
-license=('GPL')
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim: ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 433662, 
tuxpaint-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-16 18:18:11 UTC (rev 433663)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.14
+pkgrel=1
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64')
+url='http://www.tuxpaint.org/' # no https available
+license=('GPL')
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('cfc8e8ff4240eccddfd14a58be0adcedb09306ac6ec2f707b90c5b33c8ec6f7e')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-02-16 Thread Felix Yan via arch-commits
Date: Saturday, February 16, 2019 @ 18:17:51
  Author: felixonmars
Revision: 433662

upgpkg: tuxpaint-config 0.0.14-1

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-16 18:17:22 UTC (rev 433661)
+++ PKGBUILD2019-02-16 18:17:51 UTC (rev 433662)
@@ -2,8 +2,8 @@
 # Contributor: royrocks 
 
 pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=4
+pkgver=0.0.14
+pkgrel=1
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64')
 url='http://www.tuxpaint.org/' # no https available
@@ -11,7 +11,7 @@
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
 options=('!makeflags')
 
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+sha256sums=('cfc8e8ff4240eccddfd14a58be0adcedb09306ac6ec2f707b90c5b33c8ec6f7e')
 
 build() {
   make -C "$pkgname-$pkgver" PREFIX=/usr


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

2018-09-21 Thread Alexander Rødseth via arch-commits
Date: Friday, September 21, 2018 @ 10:54:48
  Author: arodseth
Revision: 383821

upgpkg: tuxpaint 0.9.23-2

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-21 10:48:42 UTC (rev 383820)
+++ PKGBUILD2018-09-21 10:54:48 UTC (rev 383821)
@@ -5,7 +5,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.23
-pkgrel=1
+pkgrel=2
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64')
 url='http://tuxpaint.org/' # no https available
@@ -13,7 +13,7 @@
 backup=('etc/tuxpaint/tuxpaint.conf')
 depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
  'sdl_mixer' 'sdl_pango' 'sdl_ttf')
-makedepends=('gperf' 'optipng' 'setconf')
+makedepends=('gperf' 'setconf')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
 
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
@@ -27,9 +27,6 @@
 sed -i '0,/on/s//on2/' $f
   done
 
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
   # desktop shortcut categories
   setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
 
@@ -58,6 +55,10 @@
   # bash completions
   mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
 "$pkgdir/usr/share/bash-completion/completions/tuxpaint"
+
+  # desktop shortcut
+  install -Dm644 "$pkgname-$pkgver/src/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
 }
 
 # getver: tuxpaint.org/download/source


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

2018-09-21 Thread Alexander Rødseth via arch-commits
Date: Friday, September 21, 2018 @ 10:54:56
  Author: arodseth
Revision: 383822

archrelease: copy trunk to community-x86_64

Added:
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 383821, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-21 10:54:48 UTC (rev 383821)
+++ PKGBUILD2018-09-21 10:54:56 UTC (rev 383822)
@@ -1,64 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.23
-pkgrel=1
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64')
-url='http://tuxpaint.org/' # no https available
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
- 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
-makedepends=('gperf' 'optipng' 'setconf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # desktop shortcut categories
-  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen by default
-  setconf -u src/tuxpaint.conf fullscreen=true
-
-  # location of bash completion files
-  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
-
-  # no KDE4-related requirements at installation-time
-  setconf Makefile ARCH_INSTALL=''
-}
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-DESTDIR="$pkgdir" \
-install -j1
-
-  # bash completions
-  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
-"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
-}
-
-# getver: tuxpaint.org/download/source
-# vim: ts=2 sw=2 et:

Copied: tuxpaint/repos/community-x86_64/PKGBUILD (from rev 383821, 
tuxpaint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-21 10:54:56 UTC (rev 383822)
@@ -0,0 +1,65 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.23
+pkgrel=2
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64')
+url='http://tuxpaint.org/' # no https available
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+ 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
+makedepends=('gperf' 'setconf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen by default
+  setconf -u src/tuxpaint.conf fullscreen=true
+
+  # location of bash completion files
+  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+
+  # no KDE4-related requirements at installation-time
+  setconf Makefile ARCH_INSTALL=''
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+DESTDIR="$pkgdir" \
+install -j1
+
+  # bash completions
+  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
+"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
+
+  # desktop shortcut
+  install -Dm644 "$pkgname-$pkgver/src/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# getver: tuxpaint.org/download/source
+# vim: ts=2 sw=2 et:


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 19:27:06
  Author: arodseth
Revision: 380992

upgpkg: tuxpaint 0.9.23-1

Modified:
  tuxpaint/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 19:22:48 UTC (rev 380991)
+++ PKGBUILD2018-09-14 19:27:06 UTC (rev 380992)
@@ -1,22 +1,23 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Mateusz Herych 
 # Contributor: Sergio Jovani Guzman 
 # Contributor: royrocks 
 
 pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=4
+pkgver=0.9.23
+pkgrel=1
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64')
 url='http://tuxpaint.org/' # no https available
 license=('GPL')
 backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+ 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
 makedepends=('gperf' 'optipng' 'setconf')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
 
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -37,6 +38,9 @@
 
   # location of bash completion files
   setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+
+  # no KDE4-related requirements at installation-time
+  setconf Makefile ARCH_INSTALL=''
 }
 
 build() {
@@ -51,10 +55,6 @@
 DESTDIR="$pkgdir" \
 install -j1
 
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
   # bash completions
   mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
 "$pkgdir/usr/share/bash-completion/completions/tuxpaint"


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 19:27:14
  Author: arodseth
Revision: 380993

archrelease: copy trunk to community-x86_64

Added:
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 380992, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 19:27:06 UTC (rev 380992)
+++ PKGBUILD2018-09-14 19:27:14 UTC (rev 380993)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=4
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://tuxpaint.org/' # no https available
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
-makedepends=('gperf' 'optipng' 'setconf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # desktop shortcut categories
-  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen by default
-  setconf -u src/tuxpaint.conf fullscreen=true
-
-  # location of bash completion files
-  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-DESTDIR="$pkgdir" \
-install -j1
-
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
-  # bash completions
-  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
-"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
-}
-
-# getver: tuxpaint.org/download/source
-# vim: ts=2 sw=2 et:

Copied: tuxpaint/repos/community-x86_64/PKGBUILD (from rev 380992, 
tuxpaint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 19:27:14 UTC (rev 380993)
@@ -0,0 +1,64 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.23
+pkgrel=1
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64')
+url='http://tuxpaint.org/' # no https available
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+ 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
+makedepends=('gperf' 'optipng' 'setconf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen by default
+  setconf -u src/tuxpaint.conf fullscreen=true
+
+  # location of bash completion files
+  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+
+  # no KDE4-related requirements at installation-time
+  setconf Makefile ARCH_INSTALL=''
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+DESTDIR="$pkgdir" \
+install -j1
+
+  # bash completions
+  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
+"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
+}
+
+# getver: tuxpaint.org/download/source
+# vim: ts=2 sw=2 et:


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 11:25:06
  Author: arodseth
Revision: 380879

archrelease: copy trunk to community-any

Added:
  tuxpaint-stamps/repos/community-any/PKGBUILD
(from rev 380878, tuxpaint-stamps/trunk/PKGBUILD)
Deleted:
  tuxpaint-stamps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   47 +++
 1 file changed, 23 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 11:19:23 UTC (rev 380878)
+++ PKGBUILD2018-09-14 11:25:06 UTC (rev 380879)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-stamps
-pkgver=2014.08.23
-pkgrel=1
-pkgdesc='Additional stamps for Tux Paint'
-arch=('any')
-url='http://tuxpaint.org/'
-license=('GPL')
-optdepends=('tuxpaint')
-source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('d8005d57b08f18b54df5a1baf86f09268278d1252de6b193119713f265e61466')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/" 
install-all
-}
-
-# vim:ts=2 sw=2 et:

Copied: tuxpaint-stamps/repos/community-any/PKGBUILD (from rev 380878, 
tuxpaint-stamps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 11:25:06 UTC (rev 380879)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-stamps
+pkgver=2018.09.01
+pkgrel=1
+pkgdesc='Additional stamps for Tux Paint'
+arch=('any')
+url='http://tuxpaint.org/'
+license=('GPL')
+optdepends=('tuxpaint')
+source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d78f55e7fde6abc3fb1a79e6fed0114a2c0ad2edff7ee5f8db43fa23e61079ea')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/" 
install-all
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 11:18:57
  Author: arodseth
Revision: 380876

upgpkg: tuxpaint-stamps 2018.09.01-1

Modified:
  tuxpaint-stamps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 11:14:29 UTC (rev 380875)
+++ PKGBUILD2018-09-14 11:18:57 UTC (rev 380876)
@@ -1,8 +1,8 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: royrocks 
 
 pkgname=tuxpaint-stamps
-pkgver=2014.08.23
+pkgver=2018.09.01
 pkgrel=1
 pkgdesc='Additional stamps for Tux Paint'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 optdepends=('tuxpaint')
 source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('d8005d57b08f18b54df5a1baf86f09268278d1252de6b193119713f265e61466')
+sha256sums=('d78f55e7fde6abc3fb1a79e6fed0114a2c0ad2edff7ee5f8db43fa23e61079ea')
 
 build() {
   make -C "$pkgname-$pkgver" PREFIX=/usr
@@ -20,4 +20,4 @@
   make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/" 
install-all
 }
 
-# vim:ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tuxpaint-config/repos (4 files)

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 14:06:07
  Author: arodseth
Revision: 264784

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint-config/repos/community-i686/PKGBUILD
(from rev 264783, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 264783, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-i686/PKGBUILD
  tuxpaint-config/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 14:05:53 UTC (rev 264783)
+++ community-i686/PKGBUILD 2017-10-30 14:06:07 UTC (rev 264784)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=3
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-i686/PKGBUILD (from rev 264783, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 14:06:07 UTC (rev 264784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=4
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/' # no https available
+license=('GPL')
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-30 14:05:53 UTC (rev 264783)
+++ community-x86_64/PKGBUILD   2017-10-30 14:06:07 UTC (rev 264784)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=3
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 264783, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-30 14:06:07 UTC (rev 264784)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=4
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://ww

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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 14:05:53
  Author: arodseth
Revision: 264783

upgpkg: tuxpaint-config 0.0.13-4

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 14:01:23 UTC (rev 264782)
+++ PKGBUILD2017-10-30 14:05:53 UTC (rev 264783)
@@ -4,14 +4,14 @@
 
 pkgname=tuxpaint-config
 pkgver=0.0.13
-pkgrel=3
+pkgrel=4
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
+url='http://www.tuxpaint.org/' # no https available
 license=('GPL')
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
 options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
 sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
 
 build() {
@@ -29,4 +29,4 @@
"$pkgdir/usr/share/applications/tuxpaint-config.desktop"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tuxpaint/repos (4 files)

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 12:27:13
  Author: arodseth
Revision: 264772

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 264771, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 264771, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  130 
 community-i686/PKGBUILD   |   65 --
 community-x86_64/PKGBUILD |   65 --
 3 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 12:26:56 UTC (rev 264771)
+++ community-i686/PKGBUILD 2017-10-30 12:27:13 UTC (rev 264772)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=3
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
-makedepends=('gperf' 'optipng' 'setconf')
-optdepends=('tuxpaint-stamps: more stamps')
-   # AUR: 'tuxpaint-conf: configuration manager'
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # desktop shortcut categories
-  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen by default
-  setconf -u src/tuxpaint.conf fullscreen=true
-
-  # location of bash completion files
-  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-DESTDIR="$pkgdir" \
-install -j1
-
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
-  # bash completions
-  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
-"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
-}
-
-# getver: tuxpaint.org/download/source
-# vim: ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 264771, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 12:27:13 UTC (rev 264772)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.22
+pkgrel=4
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://tuxpaint.org/' # no https available
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
+makedepends=('gperf' 'optipng' 'setconf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen by default
+  setconf -u src/tuxpaint.conf fullscreen=true
+
+  # location of bash completion files
+  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+DESTDIR="$pkgdir" \
+install -j1
+
+  # fix permissions
+  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
+  chmod 755 "$pkgdir/usr/s

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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 12:26:56
  Author: arodseth
Revision: 264771

upgpkg: tuxpaint 0.9.22-4

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 12:21:12 UTC (rev 264770)
+++ PKGBUILD2017-10-30 12:26:56 UTC (rev 264771)
@@ -6,16 +6,16 @@
 
 pkgname=tuxpaint
 pkgver=0.9.22
-pkgrel=3
+pkgrel=4
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
-url='http://tuxpaint.org/'
+url='http://tuxpaint.org/' # no https available
 license=('GPL')
 backup=('etc/tuxpaint/tuxpaint.conf')
 depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
 makedepends=('gperf' 'optipng' 'setconf')
-optdepends=('tuxpaint-stamps: more stamps')
-   # AUR: 'tuxpaint-conf: configuration manager'
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
 
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
 sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
 


[arch-commits] Commit in tuxpaint/repos (4 files)

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 12:19:18
  Author: arodseth
Revision: 264768

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 264767, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 264766, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  130 
 community-i686/PKGBUILD   |   69 ---
 community-x86_64/PKGBUILD |   69 ---
 3 files changed, 130 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-30 12:19:13 UTC (rev 264767)
+++ community-i686/PKGBUILD 2017-10-30 12:19:18 UTC (rev 264768)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=3
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng' 'gperf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng15 fix
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # fullscreen by default
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-
-  # desktop shortcut categories
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
-
-  # bash completion placement
-  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-DESTDIR="$pkgdir" \
-install -j1
-
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
-  # bash completions
-  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
-"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
-}
-
-# getver: tuxpaint.org/download/source
-# vim:ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 264767, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-30 12:19:18 UTC (rev 264768)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.22
+pkgrel=3
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
+makedepends=('gperf' 'optipng' 'setconf')
+optdepends=('tuxpaint-stamps: more stamps')
+   # AUR: 'tuxpaint-conf: configuration manager'
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen by default
+  setconf -u src/tuxpaint.conf fullscreen=true
+
+  # location of bash completion files
+  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+DESTDIR="$pkgdir" \
+install -j1
+
+  # fix permissions
+  chmod -R 644 "$pkgdir/usr/s

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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 12:19:04
  Author: arodseth
Revision: 264766

upgpkg: tuxpaint 0.9.22-3

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 12:02:20 UTC (rev 264765)
+++ PKGBUILD2017-10-30 12:19:04 UTC (rev 264766)
@@ -30,16 +30,13 @@
   # libpng16 fix
   find -name '*.png' -exec optipng -quiet -force -fix {} +
 
-  # libpng15 fix
-  #sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
 
   # fullscreen by default
   setconf -u src/tuxpaint.conf fullscreen=true
 
-  # desktop shortcut categories
-  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
-
-  # bash completion placement
+  # location of bash completion files
   setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
 }
 


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

2017-10-30 Thread Alexander Rødseth
Date: Monday, October 30, 2017 @ 11:55:59
  Author: arodseth
Revision: 264758

upgpkg: tuxpaint 0.9.22-3

Modified:
  tuxpaint/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 11:52:52 UTC (rev 264757)
+++ PKGBUILD2017-10-30 11:55:59 UTC (rev 264758)
@@ -12,11 +12,10 @@
 url='http://tuxpaint.org/'
 license=('GPL')
 backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng' 'gperf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
+makedepends=('gperf' 'optipng' 'setconf')
+optdepends=('tuxpaint-stamps: more stamps')
+   # AUR: 'tuxpaint-conf: configuration manager'
 
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
 sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
 
@@ -28,20 +27,20 @@
 sed -i '0,/on/s//on2/' $f
   done
 
-  # libpng15 fix
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-
   # libpng16 fix
   find -name '*.png' -exec optipng -quiet -force -fix {} +
 
+  # libpng15 fix
+  #sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
   # fullscreen by default
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
+  setconf -u src/tuxpaint.conf fullscreen=true
 
   # desktop shortcut categories
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
 
   # bash completion placement
-  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
+  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
 }
 
 build() {
@@ -66,4 +65,4 @@
 }
 
 # getver: tuxpaint.org/download/source
-# vim:ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in tuxpaint/repos (4 files)

2017-09-27 Thread Alexander Rødseth
Date: Wednesday, September 27, 2017 @ 11:56:02
  Author: arodseth
Revision: 260660

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 260659, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 260659, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  138 
 community-i686/PKGBUILD   |   69 --
 community-x86_64/PKGBUILD |   69 --
 3 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-27 11:55:48 UTC (rev 260659)
+++ community-i686/PKGBUILD 2017-09-27 11:56:02 UTC (rev 260660)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=2
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng' 'gperf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  setconf src/tuxpaint.desktop Categories \
-'Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng15 fix
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # bash completion placement
-  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make clean
-  make translations -j1
-  make PREFIX=/usr -j1
-}
-
-package() {
-  ls "$pkgname-$pkgver/trans"
-  make -j1 -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-install
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
-"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
-}
-
-# getver: tuxpaint.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 260659, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-27 11:56:02 UTC (rev 260660)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.22
+pkgrel=3
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf' 'optipng' 'gperf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng15 fix
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # fullscreen by default
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+
+  # bash completion placement
+  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+DESTDIR="$pkgdir" \
+install -j1
+
+  # fix per

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

2017-09-27 Thread Alexander Rødseth
Date: Wednesday, September 27, 2017 @ 11:55:48
  Author: arodseth
Revision: 260659

upgpkg: tuxpaint 0.9.22-3

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-27 11:25:58 UTC (rev 260658)
+++ PKGBUILD2017-09-27 11:55:48 UTC (rev 260659)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Mateusz Herych 
 # Contributor: Sergio Jovani Guzman 
 # Contributor: royrocks 
@@ -6,10 +6,10 @@
 
 pkgname=tuxpaint
 pkgver=0.9.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
+url='http://tuxpaint.org/'
 license=('GPL')
 backup=('etc/tuxpaint/tuxpaint.conf')
 depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
@@ -17,18 +17,12 @@
 makedepends=('setconf' 'optipng' 'gperf')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
 sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
 
 prepare() {
   cd "$pkgname-$pkgver"
 
-  setconf src/tuxpaint.desktop Categories \
-'Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-
   # python2 fix
   for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
 sed -i '0,/on/s//on2/' $f
@@ -40,30 +34,36 @@
   # libpng16 fix
   find -name '*.png' -exec optipng -quiet -force -fix {} +
 
+  # fullscreen by default
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+
   # bash completion placement
   setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  make clean
-  make translations -j1
-  make PREFIX=/usr -j1
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
 }
 
 package() {
-  ls "$pkgname-$pkgver/trans"
-  make -j1 -C "$pkgname-$pkgver" \
+  make -C "$pkgname-$pkgver" \
 PREFIX=/usr \
-DESTDIR="$pkgdir" \
 GNOME_PREFIX=/usr \
 X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-install
+DESTDIR="$pkgdir" \
+install -j1
+
+  # fix permissions
   chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
   chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
+
+  # bash completions
   mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
 "$pkgdir/usr/share/bash-completion/completions/tuxpaint"
 }
 
 # getver: tuxpaint.org/download/source
-# vim:set ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:


[arch-commits] Commit in tuxpaint-stamps/trunk (PKGBUILD fixcompilation.patch)

2017-09-27 Thread Alexander Rødseth
Date: Wednesday, September 27, 2017 @ 11:25:47
  Author: arodseth
Revision: 260657

upgpkg: tuxpaint-stamps 2014.08.23-1

Modified:
  tuxpaint-stamps/trunk/PKGBUILD
Deleted:
  tuxpaint-stamps/trunk/fixcompilation.patch

--+
 PKGBUILD |   27 ++-
 fixcompilation.patch |   13 -
 2 files changed, 10 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-27 11:12:49 UTC (rev 260656)
+++ PKGBUILD2017-09-27 11:25:47 UTC (rev 260657)
@@ -1,31 +1,24 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: royrocks 
 
 pkgname=tuxpaint-stamps
-pkgver=2009.06.28
-pkgrel=4
+pkgver=2014.08.23
+pkgrel=1
 pkgdesc='Additional stamps for Tux Paint'
 arch=('any')
-url='http://www.tuxpaint.org'
+url='http://tuxpaint.org/'
 license=('GPL')
-depends=('tuxpaint')
-source=("http://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";
-fixcompilation.patch)
-sha256sums=('271d9a5739d24b6dcee751bf8c889eecb3beb3ff67f5a870dba5d7732dca3e68'
-'8ead71fe71d8ee773a48c908d76e5e4f72eaca7a86e0ef2c9839cc83af49fa12')
+optdepends=('tuxpaint')
+source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d8005d57b08f18b54df5a1baf86f09268278d1252de6b193119713f265e61466')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/fixcompilation.patch
-  make PREFIX=/usr
+  make -C "$pkgname-$pkgver" PREFIX=/usr
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DATA_PREFIX=$pkgdir/usr/share/tuxpaint/ install-all
+  make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/" 
install-all
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:

Deleted: fixcompilation.patch
===
--- fixcompilation.patch2017-09-27 11:12:49 UTC (rev 260656)
+++ fixcompilation.patch2017-09-27 11:25:47 UTC (rev 260657)
@@ -1,13 +0,0 @@
 src/tuxpaint-stamps-2009.06.28/Makefile2006-09-10 21:06:55.0 
+0200
-+++ tuxpaint-stamps-2009.06.28/Makefile2011-11-04 11:16:22.956864808 
+0100
-@@ -79,9 +79,7 @@
-   @rm -rf "build/tuxpaint-stamps-$(VER_DATE)" 
"build/tuxpaint-stamps-$(VER_DATE).tar.gz"
-   @-if [ -d build ] ; then rmdir build ; fi
- 
--releasedir: build/tuxpaint-stamps-$(VER_DATE)
--
--build/tuxpaint-stamps-$(VER_DATE):
-+releasedir:
-   @echo
-   @echo "Creating release directory"
-   @echo


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

2017-09-27 Thread Alexander Rødseth
Date: Wednesday, September 27, 2017 @ 11:25:58
  Author: arodseth
Revision: 260658

archrelease: copy trunk to community-any

Added:
  tuxpaint-stamps/repos/community-any/PKGBUILD
(from rev 260657, tuxpaint-stamps/trunk/PKGBUILD)
Deleted:
  tuxpaint-stamps/repos/community-any/PKGBUILD
  tuxpaint-stamps/repos/community-any/fixcompilation.patch

--+
 PKGBUILD |   55 +
 fixcompilation.patch |   13 ---
 2 files changed, 24 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-27 11:25:47 UTC (rev 260657)
+++ PKGBUILD2017-09-27 11:25:58 UTC (rev 260658)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-stamps
-pkgver=2009.06.28
-pkgrel=4
-pkgdesc='Additional stamps for Tux Paint'
-arch=('any')
-url='http://www.tuxpaint.org'
-license=('GPL')
-depends=('tuxpaint')
-source=("http://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";
-fixcompilation.patch)
-sha256sums=('271d9a5739d24b6dcee751bf8c889eecb3beb3ff67f5a870dba5d7732dca3e68'
-'8ead71fe71d8ee773a48c908d76e5e4f72eaca7a86e0ef2c9839cc83af49fa12')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/fixcompilation.patch
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DATA_PREFIX=$pkgdir/usr/share/tuxpaint/ install-all
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-stamps/repos/community-any/PKGBUILD (from rev 260657, 
tuxpaint-stamps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-27 11:25:58 UTC (rev 260658)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-stamps
+pkgver=2014.08.23
+pkgrel=1
+pkgdesc='Additional stamps for Tux Paint'
+arch=('any')
+url='http://tuxpaint.org/'
+license=('GPL')
+optdepends=('tuxpaint')
+source=("https://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d8005d57b08f18b54df5a1baf86f09268278d1252de6b193119713f265e61466')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DATA_PREFIX="$pkgdir/usr/share/tuxpaint/" 
install-all
+}
+
+# vim:ts=2 sw=2 et:

Deleted: fixcompilation.patch
===
--- fixcompilation.patch2017-09-27 11:25:47 UTC (rev 260657)
+++ fixcompilation.patch2017-09-27 11:25:58 UTC (rev 260658)
@@ -1,13 +0,0 @@
 src/tuxpaint-stamps-2009.06.28/Makefile2006-09-10 21:06:55.0 
+0200
-+++ tuxpaint-stamps-2009.06.28/Makefile2011-11-04 11:16:22.956864808 
+0100
-@@ -79,9 +79,7 @@
-   @rm -rf "build/tuxpaint-stamps-$(VER_DATE)" 
"build/tuxpaint-stamps-$(VER_DATE).tar.gz"
-   @-if [ -d build ] ; then rmdir build ; fi
- 
--releasedir: build/tuxpaint-stamps-$(VER_DATE)
--
--build/tuxpaint-stamps-$(VER_DATE):
-+releasedir:
-   @echo
-   @echo "Creating release directory"
-   @echo


[arch-commits] Commit in tuxpaint-config/repos (4 files)

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 11:18:49
  Author: arodseth
Revision: 186398

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint-config/repos/community-i686/PKGBUILD
(from rev 186397, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 186397, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-i686/PKGBUILD
  tuxpaint-config/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 11:18:32 UTC (rev 186397)
+++ community-i686/PKGBUILD 2016-08-11 11:18:49 UTC (rev 186398)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=2
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-i686/PKGBUILD (from rev 186397, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 11:18:49 UTC (rev 186398)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=3
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 11:18:32 UTC (rev 186397)
+++ community-x86_64/PKGBUILD   2016-08-11 11:18:49 UTC (rev 186398)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.13
-pkgrel=2
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -d "$pkgdir/usr/bin/" \
-"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
- make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
-   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
- install -Dm644 src/tuxpaint-config.desktop \
-   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 186397, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-11 11:18:49 UTC (rev 186398)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=3
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')

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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 11:18:32
  Author: arodseth
Revision: 186397

upgpkg: tuxpaint-config 0.0.13-3

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 10:29:10 UTC (rev 186396)
+++ PKGBUILD2016-08-11 11:18:32 UTC (rev 186397)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: royrocks 
 
 pkgname=tuxpaint-config
 pkgver=0.0.13
-pkgrel=2
+pkgrel=3
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
+url='http://www.tuxpaint.org/'
+license=('GPL')
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
 options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
@@ -20,6 +20,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
+
   install -d "$pkgdir/usr/bin/" \
 "$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
  make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \


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

2016-01-08 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 03:24:21
  Author: arodseth
Revision: 155741

upgpkg: tuxpaint 0.9.22-2

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 02:23:43 UTC (rev 155740)
+++ PKGBUILD2016-01-09 02:24:21 UTC (rev 155741)
@@ -61,6 +61,8 @@
 install
   chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
   chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
+  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
+"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
 }
 
 # getver: tuxpaint.org/download/source


[arch-commits] Commit in tuxpaint/repos (4 files)

2016-01-08 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 03:24:33
  Author: arodseth
Revision: 155743

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 155742, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 155742, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  138 
 community-i686/PKGBUILD   |   67 -
 community-x86_64/PKGBUILD |   67 -
 3 files changed, 138 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 02:24:22 UTC (rev 155742)
+++ community-i686/PKGBUILD 2016-01-09 02:24:33 UTC (rev 155743)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=2
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng' 'gperf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  setconf src/tuxpaint.desktop Categories \
-'Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng15 fix
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # bash completion placement
-  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make clean
-  make translations -j1
-  make PREFIX=/usr -j1
-}
-
-package() {
-  ls "$pkgname-$pkgver/trans"
-  make -j1 -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-install
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-}
-
-# getver: tuxpaint.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 155742, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 02:24:33 UTC (rev 155743)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.22
+pkgrel=2
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf' 'optipng' 'gperf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  setconf src/tuxpaint.desktop Categories \
+'Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng15 fix
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # bash completion placement
+  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make clean
+  make translations -j1
+  make PREFIX=/usr -j1
+}
+
+package() {
+  ls "$pkgname-$pkgver/trans"
+  make -j1 -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+install
+  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
+  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
+  mv "$pkgdir/usr/share/bash-completion

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

2016-01-08 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 03:18:17
  Author: arodseth
Revision: 155738

upgpkg: tuxpaint 0.9.22-2

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-08 23:27:47 UTC (rev 155737)
+++ PKGBUILD2016-01-09 02:18:17 UTC (rev 155738)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -39,14 +39,21 @@
 
   # libpng16 fix
   find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # bash completion placement
+  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
 }
 
 build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
+  cd "$pkgname-$pkgver"
+  make clean
+  make translations -j1
+  make PREFIX=/usr -j1
 }
 
 package() {
-  make -C "$pkgname-$pkgver" \
+  ls "$pkgname-$pkgver/trans"
+  make -j1 -C "$pkgname-$pkgver" \
 PREFIX=/usr \
 DESTDIR="$pkgdir" \
 GNOME_PREFIX=/usr \
@@ -56,4 +63,5 @@
   chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
 }
 
+# getver: tuxpaint.org/download/source
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in tuxpaint/repos (4 files)

2016-01-08 Thread Alexander Rødseth
Date: Saturday, January 9, 2016 @ 03:18:29
  Author: arodseth
Revision: 155739

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 155738, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 155738, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  134 
 community-i686/PKGBUILD   |   59 ---
 community-x86_64/PKGBUILD |   59 ---
 3 files changed, 134 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-09 02:18:17 UTC (rev 155738)
+++ community-i686/PKGBUILD 2016-01-09 02:18:29 UTC (rev 155739)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=1
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng' 'gperf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  setconf src/tuxpaint.desktop Categories \
-'Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng15 fix
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-install
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 155738, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-09 02:18:29 UTC (rev 155739)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.22
+pkgrel=2
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf' 'optipng' 'gperf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  setconf src/tuxpaint.desktop Categories \
+'Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng15 fix
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # bash completion placement
+  setconf Makefile COMPLETIONDIR 
'$(DESTDIR)/usr/share/bash-completion/completions'
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make clean
+  make translations -j1
+  make PREFIX=/usr -j1
+}
+
+package() {
+  ls "$pkgname-$pkgver/trans"
+  make -j1 -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+install
+  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
+  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
+}
+
+# getver: tuxpaint.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-09 02:18:17 UTC (rev 155738)
+++ community-x86_64/PKGBUILD   2016-01-0

[arch-commits] Commit in tuxpaint-config/repos (4 files)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:10:33
  Author: bpiotrowski
Revision: 149565

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  tuxpaint-config/repos/community-staging-i686/
  tuxpaint-config/repos/community-staging-i686/PKGBUILD
(from rev 149564, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-staging-x86_64/
  tuxpaint-config/repos/community-staging-x86_64/PKGBUILD
(from rev 149564, tuxpaint-config/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: tuxpaint-config/repos/community-staging-i686/PKGBUILD (from rev 149564, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 05:10:33 UTC (rev 149565)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=2
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org'
+license='GPL'
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-staging-x86_64/PKGBUILD (from rev 
149564, tuxpaint-config/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 05:10:33 UTC (rev 149565)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=2
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org'
+license='GPL'
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:10:24
  Author: bpiotrowski
Revision: 149564

C++11 ABI rebuild

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 05:09:26 UTC (rev 149563)
+++ PKGBUILD2015-12-07 05:10:24 UTC (rev 149564)
@@ -4,7 +4,7 @@
 
 pkgname=tuxpaint-config
 pkgver=0.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org'


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

2015-06-25 Thread Evangelos Foutras
Date: Friday, June 26, 2015 @ 07:47:22
  Author: foutrelis
Revision: 135889

Unset makeflags; race condition with multiple jobs

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-26 05:08:12 UTC (rev 135888)
+++ PKGBUILD2015-06-26 05:47:22 UTC (rev 135889)
@@ -10,6 +10,7 @@
 url='http://www.tuxpaint.org'
 license='GPL'
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
 sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
 


[arch-commits] Commit in tuxpaint-config/repos (4 files)

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 15:35:22
  Author: arodseth
Revision: 125920

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint-config/repos/community-i686/PKGBUILD
(from rev 125919, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 125919, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-i686/PKGBUILD
  tuxpaint-config/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   37 ---
 community-x86_64/PKGBUILD |   37 ---
 3 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-01-14 14:35:11 UTC (rev 125919)
+++ community-i686/PKGBUILD 2015-01-14 14:35:22 UTC (rev 125920)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=3
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-i686/PKGBUILD (from rev 125919, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-01-14 14:35:22 UTC (rev 125920)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.13
+pkgrel=1
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org'
+license='GPL'
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-01-14 14:35:11 UTC (rev 125919)
+++ community-x86_64/PKGBUILD   2015-01-14 14:35:22 UTC (rev 125920)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=3
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 125919, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-01-14 14:35:22 UTC (rev 125920)
@@ -0,0 +1,30 @@
+# $Id$
+# Mai

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

2015-01-14 Thread Alexander Rødseth
Date: Wednesday, January 14, 2015 @ 15:35:11
  Author: arodseth
Revision: 125919

upgpkg: tuxpaint-config 0.0.13-1

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-14 13:58:46 UTC (rev 125918)
+++ PKGBUILD2015-01-14 14:35:11 UTC (rev 125919)
@@ -3,8 +3,8 @@
 # Contributor: royrocks 
 
 pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=3
+pkgver=0.0.13
+pkgrel=1
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org'
@@ -11,27 +11,20 @@
 license='GPL'
 depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
 
source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
+sha256sums=('db38058f1e1cc60b15bcaf565118fe41dc9be20435e1b787c607f95d0dd122fc')
 
 build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
+  make -C "$pkgname-$pkgver" PREFIX=/usr
 }
 
 package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
+  cd "$pkgname-$pkgver"
+  install -d "$pkgdir/usr/bin/" \
+"$pkgdir/opt/kde/share/icons/hicolor/"{16x16,32x32,48x48}"/apps/"
+ make PREFIX="$pkgdir/usr" DESTDIR="$pkgdir" KDE_PREFIX="$pkgdir/opt/kde" \
+   KDE_ICON_PREFIX="$pkgdir/opt/kde/share/icons" install
+ install -Dm644 src/tuxpaint-config.desktop \
+   "$pkgdir/usr/share/applications/tuxpaint-config.desktop"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in tuxpaint/trunk (tuxpaint-0.9.21-libpng1.5.patch)

2014-09-19 Thread Alexander Rødseth
Date: Friday, September 19, 2014 @ 20:31:32
  Author: arodseth
Revision: 119246

No longer needed

Deleted:
  tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch

-+
 tuxpaint-0.9.21-libpng1.5.patch |   19 ---
 1 file changed, 19 deletions(-)

Deleted: tuxpaint-0.9.21-libpng1.5.patch
===
--- tuxpaint-0.9.21-libpng1.5.patch 2014-09-19 18:30:48 UTC (rev 119245)
+++ tuxpaint-0.9.21-libpng1.5.patch 2014-09-19 18:31:32 UTC (rev 119246)
@@ -1,19 +0,0 @@
-http://tuxpaint.cvs.sourceforge.net/viewvc/tuxpaint/tuxpaint/src/tuxpaint.c?r1=1.828&r2=1.829
-No longer directly accessing PNG structure members directly, now using 
png_set_IHDR(). (Patch from SF.net Bug #3386433)
-
 src/tuxpaint.c 2011/07/29 21:27:39 1.828
-+++ src/tuxpaint.c 2011/08/08 17:59:12 1.829
-@@ -13425,12 +13425,7 @@
-   {
-   png_init_io(png_ptr, fi);
- 
--  info_ptr->width = surf->w;
--  info_ptr->height = surf->h;
--  info_ptr->bit_depth = 8;
--  info_ptr->color_type = PNG_COLOR_TYPE_RGB;
--  info_ptr->interlace_type = 1;
--  info_ptr->valid = 0;/* will be updated by various png_set_FOO() 
functions */
-+png_set_IHDR(png_ptr, info_ptr, surf->w, surf->h, 8, 
PNG_COLOR_TYPE_RGB, 1, PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE);
- 
-   png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr,
-  PNG_sRGB_INTENT_PERCEPTUAL);



[arch-commits] Commit in tuxpaint/repos (6 files)

2014-09-19 Thread Alexander Rødseth
Date: Friday, September 19, 2014 @ 20:31:49
  Author: arodseth
Revision: 119247

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 119246, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 119246, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-i686/tuxpaint-0.9.21-libpng1.5.patch
  tuxpaint/repos/community-x86_64/PKGBUILD
  tuxpaint/repos/community-x86_64/tuxpaint-0.9.21-libpng1.5.patch

--+
 /PKGBUILD|  118 +
 community-i686/PKGBUILD  |   63 ---
 community-i686/tuxpaint-0.9.21-libpng1.5.patch   |   19 ---
 community-x86_64/PKGBUILD|   63 ---
 community-x86_64/tuxpaint-0.9.21-libpng1.5.patch |   19 ---
 5 files changed, 118 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-19 18:31:32 UTC (rev 119246)
+++ community-i686/PKGBUILD 2014-09-19 18:31:49 UTC (rev 119247)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.21
-pkgrel=9
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";
-'tuxpaint-0.9.21-libpng1.5.patch')
-sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
-'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng15 fix
-  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-install
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 119246, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-19 18:31:49 UTC (rev 119247)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.22
+pkgrel=1
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf' 'optipng' 'gperf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  setconf src/tuxpaint.desktop Categories \
+'Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng15 fix
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+install
+  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
+  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
+}

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

2014-09-19 Thread Alexander Rødseth
Date: Friday, September 19, 2014 @ 20:30:48
  Author: arodseth
Revision: 119245

upgpkg: tuxpaint 0.9.22-1

Modified:
  tuxpaint/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 12 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-19 17:43:35 UTC (rev 119244)
+++ PKGBUILD2014-09-19 18:30:48 UTC (rev 119245)
@@ -5,8 +5,8 @@
 # Contributor: royrocks 
 
 pkgname=tuxpaint
-pkgver=0.9.21
-pkgrel=9
+pkgver=0.9.22
+pkgrel=1
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -14,18 +14,19 @@
 backup=('etc/tuxpaint/tuxpaint.conf')
 depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
  'libpaper' 'librsvg')
-makedepends=('setconf' 'optipng')
+makedepends=('setconf' 'optipng' 'gperf')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";
-'tuxpaint-0.9.21-libpng1.5.patch')
-sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
-'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  setconf src/tuxpaint.desktop Categories \
+'Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen
   sed -i 's:# fu:fu:' src/tuxpaint.conf
 
   # python2 fix
@@ -34,7 +35,6 @@
   done
 
   # libpng15 fix
-  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
 
   # libpng16 fix
@@ -42,15 +42,11 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make PREFIX=/usr
+  make -C "$pkgname-$pkgver" PREFIX=/usr
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make \
+  make -C "$pkgname-$pkgver" \
 PREFIX=/usr \
 DESTDIR="$pkgdir" \
 GNOME_PREFIX=/usr \



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 10:43:30
  Author: fyan
Revision: 114843

archrelease: copy trunk to community-any

Added:
  tuxpaint-stamps/repos/community-any/PKGBUILD
(from rev 114842, tuxpaint-stamps/trunk/PKGBUILD)
  tuxpaint-stamps/repos/community-any/fixcompilation.patch
(from rev 114842, tuxpaint-stamps/trunk/fixcompilation.patch)
Deleted:
  tuxpaint-stamps/repos/community-any/PKGBUILD
  tuxpaint-stamps/repos/community-any/fixcompilation.patch

--+
 PKGBUILD |   62 -
 fixcompilation.patch |   26 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 08:42:44 UTC (rev 114842)
+++ PKGBUILD2014-07-04 08:43:30 UTC (rev 114843)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-stamps
-pkgver=2009.06.28
-pkgrel=3
-pkgdesc='Additional stamps for Tux Paint'
-arch=('any')
-url='http://www.tuxpaint.org'
-license=('GPL')
-depends=('tuxpaint')
-source=("http://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";
-fixcompilation.patch)
-sha256sums=('271d9a5739d24b6dcee751bf8c889eecb3beb3ff67f5a870dba5d7732dca3e68'
-'8ead71fe71d8ee773a48c908d76e5e4f72eaca7a86e0ef2c9839cc83af49fa12')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/fixcompilation.patch
-  make PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DATA_PREFIX=$pkgdir/usr/share/tuxpaint/ install-all
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-stamps/repos/community-any/PKGBUILD (from rev 114842, 
tuxpaint-stamps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 08:43:30 UTC (rev 114843)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-stamps
+pkgver=2009.06.28
+pkgrel=4
+pkgdesc='Additional stamps for Tux Paint'
+arch=('any')
+url='http://www.tuxpaint.org'
+license=('GPL')
+depends=('tuxpaint')
+source=("http://downloads.sourceforge.net/tuxpaint/$pkgname-$pkgver.tar.gz";
+fixcompilation.patch)
+sha256sums=('271d9a5739d24b6dcee751bf8c889eecb3beb3ff67f5a870dba5d7732dca3e68'
+'8ead71fe71d8ee773a48c908d76e5e4f72eaca7a86e0ef2c9839cc83af49fa12')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 -i $srcdir/fixcompilation.patch
+  make PREFIX=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DATA_PREFIX=$pkgdir/usr/share/tuxpaint/ install-all
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fixcompilation.patch
===
--- fixcompilation.patch2014-07-04 08:42:44 UTC (rev 114842)
+++ fixcompilation.patch2014-07-04 08:43:30 UTC (rev 114843)
@@ -1,13 +0,0 @@
 src/tuxpaint-stamps-2009.06.28/Makefile2006-09-10 21:06:55.0 
+0200
-+++ tuxpaint-stamps-2009.06.28/Makefile2011-11-04 11:16:22.956864808 
+0100
-@@ -79,9 +79,7 @@
-   @rm -rf "build/tuxpaint-stamps-$(VER_DATE)" 
"build/tuxpaint-stamps-$(VER_DATE).tar.gz"
-   @-if [ -d build ] ; then rmdir build ; fi
- 
--releasedir: build/tuxpaint-stamps-$(VER_DATE)
--
--build/tuxpaint-stamps-$(VER_DATE):
-+releasedir:
-   @echo
-   @echo "Creating release directory"
-   @echo

Copied: tuxpaint-stamps/repos/community-any/fixcompilation.patch (from rev 
114842, tuxpaint-stamps/trunk/fixcompilation.patch)
===
--- fixcompilation.patch(rev 0)
+++ fixcompilation.patch2014-07-04 08:43:30 UTC (rev 114843)
@@ -0,0 +1,13 @@
+--- src/tuxpaint-stamps-2009.06.28/Makefile2006-09-10 21:06:55.0 
+0200
 tuxpaint-stamps-2009.06.28/Makefile2011-11-04 11:16:22.956864808 
+0100
+@@ -79,9 +79,7 @@
+   @rm -rf "build/tuxpaint-stamps-$(VER_DATE)" 
"build/tuxpaint-stamps-$(VER_DATE).tar.gz"
+   @-if [ -d build ] ; then rmdir build ; fi
+ 
+-releasedir: build/tuxpaint-stamps-$(VER_DATE)
+-
+-build/tuxpaint-stamps-$(VER_DATE):
++releasedir:
+   @echo
+   @echo "Creating release directory"
+   @echo



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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 10:42:44
  Author: fyan
Revision: 114842

upgpkg: tuxpaint-stamps 2009.06.28-4

mtree rebuild

Modified:
  tuxpaint-stamps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 08:41:49 UTC (rev 114841)
+++ PKGBUILD2014-07-04 08:42:44 UTC (rev 114842)
@@ -4,7 +4,7 @@
 
 pkgname=tuxpaint-stamps
 pkgver=2009.06.28
-pkgrel=3
+pkgrel=4
 pkgdesc='Additional stamps for Tux Paint'
 arch=('any')
 url='http://www.tuxpaint.org'



[arch-commits] Commit in tuxpaint-config/repos (4 files)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 10:41:49
  Author: fyan
Revision: 114841

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint-config/repos/community-i686/PKGBUILD
(from rev 114839, tuxpaint-config/trunk/PKGBUILD)
  tuxpaint-config/repos/community-x86_64/PKGBUILD
(from rev 114839, tuxpaint-config/trunk/PKGBUILD)
Deleted:
  tuxpaint-config/repos/community-i686/PKGBUILD
  tuxpaint-config/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 08:41:48 UTC (rev 114840)
+++ community-i686/PKGBUILD 2014-07-04 08:41:49 UTC (rev 114841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=2
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-i686/PKGBUILD (from rev 114839, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 08:41:49 UTC (rev 114841)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: royrocks 
+
+pkgname=tuxpaint-config
+pkgver=0.0.12
+pkgrel=3
+pkgdesc='Tux Paint configuration tool'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org'
+license='GPL'
+depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
+sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ make PREFIX=/usr
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+
+ install -d -m755 $pkgdir/usr/bin/
+ install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
+ install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
+ install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
+
+ make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
+   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
+
+ install -D -m644 src/tuxpaint-config.desktop \
+   $pkgdir/usr/share/applications/tuxpaint-config.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 08:41:48 UTC (rev 114840)
+++ community-x86_64/PKGBUILD   2014-07-04 08:41:49 UTC (rev 114841)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: royrocks 
-
-pkgname=tuxpaint-config
-pkgver=0.0.12
-pkgrel=2
-pkgdesc='Tux Paint configuration tool'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org'
-license='GPL'
-depends=('tuxpaint' 'fltk' 'libxft' 'libxext')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";)
-sha256sums=('9395a1c92e52c3420cabaa0c781b607e6832b5d9b6180902615f102216e1c8fd')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- make PREFIX=/usr
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
-
- install -d -m755 $pkgdir/usr/bin/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/48x48/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/32x32/apps/
- install -d -m644 $pkgdir/opt/kde/share/icons/hicolor/16x16/apps/
-
- make PREFIX=$pkgdir/usr DESTDIR=$pkgdir KDE_PREFIX=$pkgdir/opt/kde \
-   KDE_ICON_PREFIX=$pkgdir/opt/kde/share/icons install
-
- install -D -m644 src/tuxpaint-config.desktop \
-   $pkgdir/usr/share/applications/tuxpaint-config.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint-config/repos/community-x86_64/PKGBUILD (from rev 114839, 
tuxpaint-config/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 10:39:48
  Author: fyan
Revision: 114839

upgpkg: tuxpaint-config 0.0.12-3

mtree rebuild

Modified:
  tuxpaint-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-04 08:38:07 UTC (rev 114838)
+++ PKGBUILD2014-07-04 08:39:48 UTC (rev 114839)
@@ -4,7 +4,7 @@
 
 pkgname=tuxpaint-config
 pkgver=0.0.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Tux Paint configuration tool'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org'



[arch-commits] Commit in tuxpaint/repos (8 files)

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:35:37
  Author: arodseth
Revision: 91097

archrelease: copy trunk to community-x86_64, community-i686

Added:
  tuxpaint/repos/community-i686/PKGBUILD
(from rev 91096, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-i686/tuxpaint-0.9.21-libpng1.5.patch
(from rev 91096, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 91096, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-x86_64/tuxpaint-0.9.21-libpng1.5.patch
(from rev 91096, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
Deleted:
  tuxpaint/repos/community-i686/PKGBUILD
  tuxpaint/repos/community-i686/tuxpaint-0.9.21-libpng1.5.patch
  tuxpaint/repos/community-x86_64/PKGBUILD
  tuxpaint/repos/community-x86_64/tuxpaint-0.9.21-libpng1.5.patch

--+
 /PKGBUILD|  126 +
 /tuxpaint-0.9.21-libpng1.5.patch |   38 ++
 community-i686/PKGBUILD  |   53 
 community-i686/tuxpaint-0.9.21-libpng1.5.patch   |   19 ---
 community-x86_64/PKGBUILD|   53 
 community-x86_64/tuxpaint-0.9.21-libpng1.5.patch |   19 ---
 6 files changed, 164 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-19 11:26:46 UTC (rev 91096)
+++ community-i686/PKGBUILD 2013-05-19 11:35:37 UTC (rev 91097)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.21
-pkgrel=8
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://www.tuxpaint.org/'
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
- 'libpaper' 'librsvg')
-makedepends=('setconf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";
-'tuxpaint-0.9.21-libpng1.5.patch')
-sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
-'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
-  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make \
-PREFIX=/usr \
-DESTDIR="$pkgdir" \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-install
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-i686/PKGBUILD (from rev 91096, 
tuxpaint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-19 11:35:37 UTC (rev 91097)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.21
+pkgrel=9
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf' 'optipng')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";
+'tuxpaint-0.9.21-libpng1.5.patch')
+sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
+'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng15 fix
+  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+ 

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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:26:46
  Author: arodseth
Revision: 91096

pkgrel should be 9

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 11:23:07 UTC (rev 91095)
+++ PKGBUILD2013-05-19 11:26:46 UTC (rev 91096)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=10
+pkgrel=9
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'



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

2013-05-19 Thread Alexander Rødseth
Date: Sunday, May 19, 2013 @ 13:23:07
  Author: arodseth
Revision: 91095

libpng16 fix

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-19 11:05:03 UTC (rev 91094)
+++ PKGBUILD2013-05-19 11:23:07 UTC (rev 91095)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=9
+pkgrel=10
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -14,7 +14,7 @@
 backup=('etc/tuxpaint/tuxpaint.conf')
 depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
  'libpaper' 'librsvg')
-makedepends=('setconf')
+makedepends=('setconf' 'optipng')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
 
source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";
@@ -25,15 +25,20 @@
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
   # python2 fix
   for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
 sed -i '0,/on/s//on2/' $f
   done
 
+  # libpng15 fix
   patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
-  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
-  sed -i 's:# fu:fu:' src/tuxpaint.conf
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
 }
 
 build() {



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

2013-05-02 Thread Alexander Rødseth
Date: Thursday, May 2, 2013 @ 13:49:54
  Author: arodseth
Revision: 89800

Added a prepare() function

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 11:20:24 UTC (rev 89799)
+++ PKGBUILD2013-05-02 11:49:54 UTC (rev 89800)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=8
+pkgrel=9
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -22,7 +22,7 @@
 sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
 '6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # python2 fix
@@ -34,6 +34,11 @@
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
   setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
   sed -i 's:# fu:fu:' src/tuxpaint.conf
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
   make PREFIX=/usr
 }
 



[arch-commits] Commit in tuxpaint/repos (6 files)

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:23:59
  Author: foutrelis
Revision: 89420

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  tuxpaint/repos/community-staging-i686/
  tuxpaint/repos/community-staging-i686/PKGBUILD
(from rev 89419, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch
(from rev 89419, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
  tuxpaint/repos/community-staging-x86_64/
  tuxpaint/repos/community-staging-x86_64/PKGBUILD
(from rev 89419, tuxpaint/trunk/PKGBUILD)
  tuxpaint/repos/community-staging-x86_64/tuxpaint-0.9.21-libpng1.5.patch
(from rev 89419, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)

--+
 community-staging-i686/PKGBUILD  |   53 +
 community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch   |   19 
 community-staging-x86_64/PKGBUILD|   53 +
 community-staging-x86_64/tuxpaint-0.9.21-libpng1.5.patch |   19 
 4 files changed, 144 insertions(+)

Copied: tuxpaint/repos/community-staging-i686/PKGBUILD (from rev 89419, 
tuxpaint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 11:23:59 UTC (rev 89420)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.21
+pkgrel=8
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64' 'i686')
+url='http://www.tuxpaint.org/'
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('python2' 'fribidi' 'sdl_ttf' 'sdl_mixer' 'sdl_image' 'sdl_pango'
+ 'libpaper' 'librsvg')
+makedepends=('setconf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("http://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz";
+'tuxpaint-0.9.21-libpng1.5.patch')
+sha256sums=('6d4f2b981643b5c937708e5e6cdaf318ae7b5562375327b4b1cb84611e65ede9'
+'6d572467fce710c9323ba53bb3309eb7ed1401b4fee2c1f56533e871558a7f20')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
+  sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
+  setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'
+  sed -i 's:# fu:fu:' src/tuxpaint.conf
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+install
+  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
+  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: tuxpaint/repos/community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch 
(from rev 89419, tuxpaint/trunk/tuxpaint-0.9.21-libpng1.5.patch)
===
--- community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch  
(rev 0)
+++ community-staging-i686/tuxpaint-0.9.21-libpng1.5.patch  2013-04-29 
11:23:59 UTC (rev 89420)
@@ -0,0 +1,19 @@
+http://tuxpaint.cvs.sourceforge.net/viewvc/tuxpaint/tuxpaint/src/tuxpaint.c?r1=1.828&r2=1.829
+No longer directly accessing PNG structure members directly, now using 
png_set_IHDR(). (Patch from SF.net Bug #3386433)
+
+--- src/tuxpaint.c 2011/07/29 21:27:39 1.828
 src/tuxpaint.c 2011/08/08 17:59:12 1.829
+@@ -13425,12 +13425,7 @@
+   {
+   png_init_io(png_ptr, fi);
+ 
+-  info_ptr->width = surf->w;
+-  info_ptr->height = surf->h;
+-  info_ptr->bit_depth = 8;
+-  info_ptr->color_type = PNG_COLOR_TYPE_RGB;
+-  info_ptr->interlace_type = 1;
+-  info_ptr->valid = 0;/* will be updated by various png_set_FOO() 
functions */
++png_set_IHDR(png_ptr, info_ptr, surf->w, surf->h, 8, 
PNG_COLOR_TYPE_RGB, 1, PNG_COMPRESSION_TYPE_BASE, PNG_FILTER_TYPE_BASE);
+ 
+   png_set_sRGB_gAMA_and_cHRM(png_ptr, info_ptr,
+  PNG_sRGB_INTENT_PERCEPTUAL);

Copied: tuxpaint/repos/community-staging-x86_64/PKGBUILD (from rev 89419, 
tuxpaint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-29 11:23:59 UTC (rev 89420)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.21
+pkgrel=8
+pkgde

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

2013-04-29 Thread Evangelos Foutras
Date: Monday, April 29, 2013 @ 13:23:48
  Author: foutrelis
Revision: 89419

upgpkg: tuxpaint 0.9.21-8

libpng 1.6 rebuild.

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:17:15 UTC (rev 89418)
+++ PKGBUILD2013-04-29 11:23:48 UTC (rev 89419)
@@ -6,7 +6,7 @@
 
 pkgname=tuxpaint
 pkgver=0.9.21
-pkgrel=7
+pkgrel=8
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64' 'i686')
 url='http://www.tuxpaint.org/'
@@ -24,12 +24,12 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  
+
   # python2 fix
   for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
 sed -i '0,/on/s//on2/' $f
   done
-  
+
   patch -p0 -i ../tuxpaint-0.9.21-libpng1.5.patch
   sed -i 's:$(ARCH_LINKS):$(ARCH_LINKS) -lpng:' Makefile
   setconf src/tuxpaint.desktop Categories 
'Game;KidsGame;Graphics;RasterGraphics;'