[arch-commits] Commit in cellwriter/repos (6 files)
Lukas Fleischer
lfleischer at archlinux.org
Wed May 11 17:44:24 UTC 2016
Date: Wednesday, May 11, 2016 @ 19:44:24
Author: lfleischer
Revision: 174810
archrelease: copy trunk to community-i686, community-x86_64
Added:
cellwriter/repos/community-i686/PKGBUILD
(from rev 174809, cellwriter/trunk/PKGBUILD)
cellwriter/repos/community-x86_64/PKGBUILD
(from rev 174809, cellwriter/trunk/PKGBUILD)
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 | 66 ++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 34 -----------------
community-i686/cellwriter.install | 14 -------
community-x86_64/PKGBUILD | 34 -----------------
community-x86_64/cellwriter.install | 14 -------
5 files changed, 66 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-11 17:44:10 UTC (rev 174809)
+++ community-i686/PKGBUILD 2016-05-11 17:44:24 UTC (rev 174810)
@@ -1,34 +0,0 @@
-# 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-i686/PKGBUILD (from rev 174809, cellwriter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-11 17:44:24 UTC (rev 174810)
@@ -0,0 +1,33 @@
+# 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=3
+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')
+
+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 2016-05-11 17:44:10 UTC (rev 174809)
+++ community-i686/cellwriter.install 2016-05-11 17:44:24 UTC (rev 174810)
@@ -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
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-11 17:44:10 UTC (rev 174809)
+++ community-x86_64/PKGBUILD 2016-05-11 17:44:24 UTC (rev 174810)
@@ -1,34 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 174809, cellwriter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-11 17:44:24 UTC (rev 174810)
@@ -0,0 +1,33 @@
+# 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=3
+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')
+
+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 2016-05-11 17:44:10 UTC (rev 174809)
+++ community-x86_64/cellwriter.install 2016-05-11 17:44:24 UTC (rev 174810)
@@ -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
-}
More information about the arch-commits
mailing list