[arch-commits] Commit in fcitx-fbterm/repos (8 files)
Felix Yan
fyan at nymeria.archlinux.org
Tue Jul 1 06:11:34 UTC 2014
Date: Tuesday, July 1, 2014 @ 08:11:34
Author: fyan
Revision: 113824
archrelease: copy trunk to community-i686, community-x86_64
Added:
fcitx-fbterm/repos/community-i686/PKGBUILD
(from rev 113823, fcitx-fbterm/trunk/PKGBUILD)
fcitx-fbterm/repos/community-i686/fcitx-fbterm.install
(from rev 113823, fcitx-fbterm/trunk/fcitx-fbterm.install)
fcitx-fbterm/repos/community-x86_64/PKGBUILD
(from rev 113823, fcitx-fbterm/trunk/PKGBUILD)
fcitx-fbterm/repos/community-x86_64/fcitx-fbterm.install
(from rev 113823, fcitx-fbterm/trunk/fcitx-fbterm.install)
Deleted:
fcitx-fbterm/repos/community-i686/PKGBUILD
fcitx-fbterm/repos/community-i686/fcitx-fbterm.install
fcitx-fbterm/repos/community-x86_64/PKGBUILD
fcitx-fbterm/repos/community-x86_64/fcitx-fbterm.install
---------------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++
/fcitx-fbterm.install | 32 +++++++++++++++
community-i686/PKGBUILD | 34 ----------------
community-i686/fcitx-fbterm.install | 16 -------
community-x86_64/PKGBUILD | 34 ----------------
community-x86_64/fcitx-fbterm.install | 16 -------
6 files changed, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-01 06:10:11 UTC (rev 113823)
+++ community-i686/PKGBUILD 2014-07-01 06:11:34 UTC (rev 113824)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com>
-
-pkgname=fcitx-fbterm
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Fbterm support for Fcitx."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL2')
-depends=('fcitx>=4.1.0' 'fbterm')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=fcitx-fbterm.install
-
-build(){
- cd "$srcdir/${pkgname}-${pkgver}"
-
- rm -rf build
- mkdir build
- cd build
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- make
-}
-
-package ()
-{
- cd "$srcdir/${pkgname}-${pkgver}/build"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('a7eb80fde3e0d1cab27e230c912849da')
Copied: fcitx-fbterm/repos/community-i686/PKGBUILD (from rev 113823, fcitx-fbterm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 06:11:34 UTC (rev 113824)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Author: CSSlayer <wengxt at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com>
+
+pkgname=fcitx-fbterm
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Fbterm support for Fcitx."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL2')
+depends=('fcitx>=4.1.0' 'fbterm')
+makedepends=('cmake' 'intltool')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+install=fcitx-fbterm.install
+
+build(){
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+ make
+}
+
+package ()
+{
+ cd "$srcdir/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('a7eb80fde3e0d1cab27e230c912849da')
Deleted: community-i686/fcitx-fbterm.install
===================================================================
--- community-i686/fcitx-fbterm.install 2014-07-01 06:10:11 UTC (rev 113823)
+++ community-i686/fcitx-fbterm.install 2014-07-01 06:11:34 UTC (rev 113824)
@@ -1,16 +0,0 @@
-post_install() {
- echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
- echo "or"
- echo "$ sudo chmod u+s /usr/bin/fbterm"
-
- echo "Do above once,Then launch fbterm with fcitx"
- echo "$ fcitx-fbterm-helper -l"
-}
-post_upgrade() {
- echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
- echo "or"
- echo "$ sudo chmod u+s /usr/bin/fbterm"
-
- echo "Do above once,Then launch fbterm with fcitx"
- echo "$ fcitx-fbterm-helper -l"
-}
Copied: fcitx-fbterm/repos/community-i686/fcitx-fbterm.install (from rev 113823, fcitx-fbterm/trunk/fcitx-fbterm.install)
===================================================================
--- community-i686/fcitx-fbterm.install (rev 0)
+++ community-i686/fcitx-fbterm.install 2014-07-01 06:11:34 UTC (rev 113824)
@@ -0,0 +1,16 @@
+post_install() {
+ echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
+ echo "or"
+ echo "$ sudo chmod u+s /usr/bin/fbterm"
+
+ echo "Do above once,Then launch fbterm with fcitx"
+ echo "$ fcitx-fbterm-helper -l"
+}
+post_upgrade() {
+ echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
+ echo "or"
+ echo "$ sudo chmod u+s /usr/bin/fbterm"
+
+ echo "Do above once,Then launch fbterm with fcitx"
+ echo "$ fcitx-fbterm-helper -l"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-01 06:10:11 UTC (rev 113823)
+++ community-x86_64/PKGBUILD 2014-07-01 06:11:34 UTC (rev 113824)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com>
-
-pkgname=fcitx-fbterm
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Fbterm support for Fcitx."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL2')
-depends=('fcitx>=4.1.0' 'fbterm')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-install=fcitx-fbterm.install
-
-build(){
- cd "$srcdir/${pkgname}-${pkgver}"
-
- rm -rf build
- mkdir build
- cd build
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
- make
-}
-
-package ()
-{
- cd "$srcdir/${pkgname}-${pkgver}/build"
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('a7eb80fde3e0d1cab27e230c912849da')
Copied: fcitx-fbterm/repos/community-x86_64/PKGBUILD (from rev 113823, fcitx-fbterm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-01 06:11:34 UTC (rev 113824)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Author: CSSlayer <wengxt at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com>
+
+pkgname=fcitx-fbterm
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Fbterm support for Fcitx."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx"
+license=('GPL2')
+depends=('fcitx>=4.1.0' 'fbterm')
+makedepends=('cmake' 'intltool')
+source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
+install=fcitx-fbterm.install
+
+build(){
+ cd "$srcdir/${pkgname}-${pkgver}"
+
+ rm -rf build
+ mkdir build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+ make
+}
+
+package ()
+{
+ cd "$srcdir/${pkgname}-${pkgver}/build"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('a7eb80fde3e0d1cab27e230c912849da')
Deleted: community-x86_64/fcitx-fbterm.install
===================================================================
--- community-x86_64/fcitx-fbterm.install 2014-07-01 06:10:11 UTC (rev 113823)
+++ community-x86_64/fcitx-fbterm.install 2014-07-01 06:11:34 UTC (rev 113824)
@@ -1,16 +0,0 @@
-post_install() {
- echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
- echo "or"
- echo "$ sudo chmod u+s /usr/bin/fbterm"
-
- echo "Do above once,Then launch fbterm with fcitx"
- echo "$ fcitx-fbterm-helper -l"
-}
-post_upgrade() {
- echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
- echo "or"
- echo "$ sudo chmod u+s /usr/bin/fbterm"
-
- echo "Do above once,Then launch fbterm with fcitx"
- echo "$ fcitx-fbterm-helper -l"
-}
Copied: fcitx-fbterm/repos/community-x86_64/fcitx-fbterm.install (from rev 113823, fcitx-fbterm/trunk/fcitx-fbterm.install)
===================================================================
--- community-x86_64/fcitx-fbterm.install (rev 0)
+++ community-x86_64/fcitx-fbterm.install 2014-07-01 06:11:34 UTC (rev 113824)
@@ -0,0 +1,16 @@
+post_install() {
+ echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
+ echo "or"
+ echo "$ sudo chmod u+s /usr/bin/fbterm"
+
+ echo "Do above once,Then launch fbterm with fcitx"
+ echo "$ fcitx-fbterm-helper -l"
+}
+post_upgrade() {
+ echo "$ sudo setcap 'cap_sys_tty_config+ep' /usr/bin/fbterm"
+ echo "or"
+ echo "$ sudo chmod u+s /usr/bin/fbterm"
+
+ echo "Do above once,Then launch fbterm with fcitx"
+ echo "$ fcitx-fbterm-helper -l"
+}
More information about the arch-commits
mailing list