init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
41
Telegram/ThirdParty/hime/distro/archlinux/PKGBUILD
vendored
Normal file
41
Telegram/ThirdParty/hime/distro/archlinux/PKGBUILD
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Contributor: HIME team
|
||||
_pkgname=hime
|
||||
pkgname=hime-git
|
||||
pkgver=1101.0bb91a0
|
||||
pkgrel=1
|
||||
pkgdesc="A GTK2+/GTK3+ based universal input method platform"
|
||||
arch=('x86_64')
|
||||
url="http://hime-ime.github.io/"
|
||||
license=('LGPL2' 'FDL' 'GPL2')
|
||||
depends=('gtk2' 'libxtst')
|
||||
makedepends=('git' 'gettext')
|
||||
# uncomment and edit next line to enable those plugins
|
||||
# makedepends+=('gtk3' 'qt5-base' 'anthy' 'libchewing')
|
||||
optdepends=('gtk3: enable gtk3 im module'
|
||||
'qt5-base: enable qt5 im module'
|
||||
'anthy: enable Anthy input method'
|
||||
'libchewing: enable Chewing input method')
|
||||
conflicts=('hime')
|
||||
provides=('hime')
|
||||
source=("${_pkgname}::git+https://github.com/hime-ime/hime.git")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
echo "$(git rev-list --count master).$(git rev-parse --short master)"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
./configure --prefix=/usr --qt5-im-module-path=/usr/lib/qt/plugins/platforminputcontexts/
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_pkgname}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
install -dm755 "${pkgdir}/usr/share/licenses/${_pkgname}/"
|
||||
# install licence files
|
||||
install -Dm644 fdl-1.2.txt gpl-2.0.txt lgpl-2.1.txt "${pkgdir}/usr/share/licenses/${_pkgname}/"
|
||||
}
|
||||
Reference in New Issue
Block a user