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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 01:02:12 UTC 2016


    Date: Monday, February 8, 2016 @ 02:02:12
  Author: foutrelis
Revision: 160677

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

Added:
  cellwriter/repos/community-staging-i686/
  cellwriter/repos/community-staging-i686/PKGBUILD
    (from rev 160676, cellwriter/trunk/PKGBUILD)
  cellwriter/repos/community-staging-i686/cellwriter.install
    (from rev 160676, cellwriter/trunk/cellwriter.install)
  cellwriter/repos/community-staging-x86_64/
  cellwriter/repos/community-staging-x86_64/PKGBUILD
    (from rev 160676, cellwriter/trunk/PKGBUILD)
  cellwriter/repos/community-staging-x86_64/cellwriter.install
    (from rev 160676, cellwriter/trunk/cellwriter.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   34 ++++++++++++++++++++++++++
 community-staging-i686/cellwriter.install   |   14 ++++++++++
 community-staging-x86_64/PKGBUILD           |   34 ++++++++++++++++++++++++++
 community-staging-x86_64/cellwriter.install |   14 ++++++++++
 4 files changed, 96 insertions(+)

Copied: cellwriter/repos/community-staging-i686/PKGBUILD (from rev 160676, cellwriter/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-08 01:02:12 UTC (rev 160677)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+# Contributor: Alexander Markov <apsheronets at gmail.com>
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=2
+pkgdesc='A grid-entry natural handwriting input panel.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://v1.risujin.org/cellwriter/'
+depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
+source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz"
+        "http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff")
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+         '5e8c61309c5ec8f67f0af7bb5ceb1aea')
+install="${pkgname}.install"
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+
+  patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  env LDFLAGS='-lX11' ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cellwriter/repos/community-staging-i686/cellwriter.install (from rev 160676, cellwriter/trunk/cellwriter.install)
===================================================================
--- community-staging-i686/cellwriter.install	                        (rev 0)
+++ community-staging-i686/cellwriter.install	2016-02-08 01:02:12 UTC (rev 160677)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}
+
+post_remove() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}

Copied: cellwriter/repos/community-staging-x86_64/PKGBUILD (from rev 160676, cellwriter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-08 01:02:12 UTC (rev 160677)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+# Contributor: Alexander Markov <apsheronets at gmail.com>
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=2
+pkgdesc='A grid-entry natural handwriting input panel.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://v1.risujin.org/cellwriter/'
+depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
+source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz"
+        "http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff")
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+         '5e8c61309c5ec8f67f0af7bb5ceb1aea')
+install="${pkgname}.install"
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+
+  patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  env LDFLAGS='-lX11' ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cellwriter/repos/community-staging-x86_64/cellwriter.install (from rev 160676, cellwriter/trunk/cellwriter.install)
===================================================================
--- community-staging-x86_64/cellwriter.install	                        (rev 0)
+++ community-staging-x86_64/cellwriter.install	2016-02-08 01:02:12 UTC (rev 160677)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}
+
+post_remove() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}



More information about the arch-commits mailing list