[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/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-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-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/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)

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-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-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-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/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/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/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/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/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: