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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Sat Apr 20 13:03:45 UTC 2013


    Date: Saturday, April 20, 2013 @ 15:03:44
  Author: lfleischer
Revision: 88573

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

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

-------------------------------------+
 /PKGBUILD                           |   68 ++++++++++++++++++++++++++++++++++
 /cellwriter.install                 |   28 ++++++++++++++
 community-i686/PKGBUILD             |   34 -----------------
 community-i686/cellwriter.install   |   14 -------
 community-x86_64/PKGBUILD           |   34 -----------------
 community-x86_64/cellwriter.install |   14 -------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-20 13:03:31 UTC (rev 88572)
+++ community-i686/PKGBUILD	2013-04-20 13:03:44 UTC (rev 88573)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Cilyan Olowen <gaknar at gmail.com>
-# Contributor: Alexander Markov <apsheronets at gmail.com>
-# Contributor: Winston Weinert
-
-pkgname=cellwriter
-pkgver=1.3.4
-pkgrel=6
-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}-${pkgver}-cellwidget-dont-disable-xinput.diff")
-md5sums=('72b4e552a32d6acd888da0b88aeebbdd'
-         '5e8c61309c5ec8f67f0af7bb5ceb1aea')
-install="${pkgname}.install"
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
-
-  patch -p0 < "${srcdir}/${pkgname}-${pkgver}-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-i686/PKGBUILD (from rev 88572, cellwriter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-20 13:03:44 UTC (rev 88573)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+# Contributor: Alexander Markov <apsheronets at gmail.com>
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=1
+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
+}

Deleted: community-i686/cellwriter.install
===================================================================
--- community-i686/cellwriter.install	2013-04-20 13:03:31 UTC (rev 88572)
+++ community-i686/cellwriter.install	2013-04-20 13:03:44 UTC (rev 88573)
@@ -1,14 +0,0 @@
-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-i686/cellwriter.install (from rev 88572, cellwriter/trunk/cellwriter.install)
===================================================================
--- community-i686/cellwriter.install	                        (rev 0)
+++ community-i686/cellwriter.install	2013-04-20 13:03:44 UTC (rev 88573)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-20 13:03:31 UTC (rev 88572)
+++ community-x86_64/PKGBUILD	2013-04-20 13:03:44 UTC (rev 88573)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Cilyan Olowen <gaknar at gmail.com>
-# Contributor: Alexander Markov <apsheronets at gmail.com>
-# Contributor: Winston Weinert
-
-pkgname=cellwriter
-pkgver=1.3.4
-pkgrel=6
-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}-${pkgver}-cellwidget-dont-disable-xinput.diff")
-md5sums=('72b4e552a32d6acd888da0b88aeebbdd'
-         '5e8c61309c5ec8f67f0af7bb5ceb1aea')
-install="${pkgname}.install"
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
-
-  patch -p0 < "${srcdir}/${pkgname}-${pkgver}-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-x86_64/PKGBUILD (from rev 88572, cellwriter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-20 13:03:44 UTC (rev 88573)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+# Contributor: Alexander Markov <apsheronets at gmail.com>
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=1
+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
+}

Deleted: community-x86_64/cellwriter.install
===================================================================
--- community-x86_64/cellwriter.install	2013-04-20 13:03:31 UTC (rev 88572)
+++ community-x86_64/cellwriter.install	2013-04-20 13:03:44 UTC (rev 88573)
@@ -1,14 +0,0 @@
-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-x86_64/cellwriter.install (from rev 88572, cellwriter/trunk/cellwriter.install)
===================================================================
--- community-x86_64/cellwriter.install	                        (rev 0)
+++ community-x86_64/cellwriter.install	2013-04-20 13:03:44 UTC (rev 88573)
@@ -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