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

Alexander Rødseth arodseth at archlinux.org
Mon Oct 30 12:19:19 UTC 2017


    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 <xyproto at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Sergio Jovani Guzman <moret.sjg at gmail.com>
-# Contributor: royrocks <royrocks13 at gmail.com>
-
-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 <xyproto at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret.sjg at gmail.com>
+# Contributor: royrocks <royrocks13 at gmail.com>
+
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-30 12:19:13 UTC (rev 264767)
+++ community-x86_64/PKGBUILD	2017-10-30 12:19:18 UTC (rev 264768)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Sergio Jovani Guzman <moret.sjg at gmail.com>
-# Contributor: royrocks <royrocks13 at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 264766, tuxpaint/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-30 12:19:18 UTC (rev 264768)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Sergio Jovani Guzman <moret.sjg at gmail.com>
+# Contributor: royrocks <royrocks13 at gmail.com>
+
+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:



More information about the arch-commits mailing list