[arch-commits] Commit in fltk/repos (5 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:45:46 UTC 2012


    Date: Monday, January 30, 2012 @ 13:45:45
  Author: ibiru
Revision: 148099

db-move: moved fltk from [staging] to [testing] (x86_64)

Added:
  fltk/repos/testing-x86_64/
  fltk/repos/testing-x86_64/PKGBUILD
    (from rev 148047, fltk/repos/staging-x86_64/PKGBUILD)
  fltk/repos/testing-x86_64/fltk-games.install
    (from rev 148047, fltk/repos/staging-x86_64/fltk-games.install)
  fltk/repos/testing-x86_64/fltk.install
    (from rev 148047, fltk/repos/staging-x86_64/fltk.install)
Deleted:
  fltk/repos/staging-x86_64/

--------------------+
 PKGBUILD           |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++
 fltk-games.install |   11 +++++++++
 fltk.install       |   12 +++++++++
 3 files changed, 85 insertions(+)

Copied: fltk/repos/testing-x86_64/PKGBUILD (from rev 148047, fltk/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:45:45 UTC (rev 148099)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer:
+
+pkgbase=fltk
+pkgname=('fltk' 'fltk-docs' 'fltk-games')
+pkgver=1.3.0
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('custom:LGPL')
+url="http://www.fltk.org/"
+makedepends=('mesa' 'doxygen' 'libjpeg' 'libpng' 'libxft' 'libxinerama' \
+             'alsa-lib' 'desktop-file-utils')
+source=(http://ftp.easysw.com/pub/$pkgbase/$pkgver/$pkgbase-$pkgver-source.tar.gz)
+md5sums=('44d5d7ba06afdd36ea17da6b4b703ca3')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  sed -i -e 's/$(LINKFLTK)/$(LINKSHARED)/' \
+         -e 's/$(LINKFLTKIMG)/$(LINKSHARED)/' test/Makefile
+  ./configure --prefix=/usr --enable-threads --enable-xft --enable-shared
+  make
+  cd documentation
+  make html
+}
+
+package_fltk() {
+  pkgdesc="Graphical user interface toolkit for X"
+  depends=('libjpeg' 'libpng' 'libxft' 'libxinerama' 'hicolor-icon-theme' \
+           'desktop-file-utils' 'xdg-utils')
+  options=('!docs')
+  install=fltk.install
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+  (cd fluid; make DESTDIR="$pkgdir" install install-linux)
+  chmod 644 "$pkgdir"/usr/lib/*.a
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_fltk-docs() {
+  pkgdesc="Graphical user interface toolkit for X (documentation)"
+
+  cd "$srcdir/$pkgbase-$pkgver/documentation"
+  install -d "$pkgdir"/usr/share/doc/fltk/
+  for _file in html/* ; do
+    install -m644 $_file "$pkgdir"/usr/share/doc/fltk/
+  done
+  cd ../test
+  make DESTDIR="$pkgdir" install
+  install -D -m644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_fltk-games() {
+  pkgdesc="Example games that accompany FLTK: blocks, checkers and sudoku"
+  depends=('alsa-lib' 'fltk')
+  install=fltk-games.install
+
+  cd "$srcdir/$pkgbase-$pkgver/test"
+  make DESTDIR="$pkgdir" install-linux
+  (cd ../documentation;  make DESTDIR="$pkgdir" install-linux)
+  install -D -m644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: fltk/repos/testing-x86_64/fltk-games.install (from rev 148047, fltk/repos/staging-x86_64/fltk-games.install)
===================================================================
--- testing-x86_64/fltk-games.install	                        (rev 0)
+++ testing-x86_64/fltk-games.install	2012-01-30 18:45:45 UTC (rev 148099)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Copied: fltk/repos/testing-x86_64/fltk.install (from rev 148047, fltk/repos/staging-x86_64/fltk.install)
===================================================================
--- testing-x86_64/fltk.install	                        (rev 0)
+++ testing-x86_64/fltk.install	2012-01-30 18:45:45 UTC (rev 148099)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}




More information about the arch-commits mailing list