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

Felix Yan felixonmars at archlinux.org
Sat Feb 16 18:18:14 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-02-16 18:17:51 UTC (rev 433662)
+++ PKGBUILD	2019-02-16 18:18:11 UTC (rev 433663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: royrocks <royrocks13 at gmail.com>
-
-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)
+++ PKGBUILD	2019-02-16 18:18:11 UTC (rev 433663)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: royrocks <royrocks13 at gmail.com>
+
+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:



More information about the arch-commits mailing list