Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ibus-table-chinese
Commits:
10e97c07 by Antonio Rojas at 2024-11-08T08:34:00+01:00
upgpkg: 1.8.12-3: Drop unused cmake-fedora dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = ibus-table-chinese
pkgdesc = Some table-based input method of tables engines for IBus
pkgver = 1.8.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mike-fabian/ibus-table-chinese
arch = any
license = GPL3
- makedepends = cmake-fedora
+ makedepends = cmake
depends = ibus-table
source =
ibus-table-chinese-1.8.12.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/1.8.12.tar.gz
sha512sums =
418a93709e6e7cd56cb0251fedcce8c3640ccce54d822ff5051491c8b5b1ee7d547cea018019b91c1a091aa5243c347c4c9fdb66992b8dabf12ceb6719300a85
=====================================
PKGBUILD
=====================================
@@ -4,19 +4,19 @@
pkgname=ibus-table-chinese
pkgver=1.8.12
-pkgrel=2
+pkgrel=3
pkgdesc="Some table-based input method of tables engines for IBus"
arch=('any')
url="https://github.com/mike-fabian/ibus-table-chinese"
license=('GPL3')
depends=('ibus-table')
-makedepends=('cmake-fedora')
+makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mike-fabian/ibus-table-chinese/archive/$pkgver.tar.gz")
sha512sums=('418a93709e6e7cd56cb0251fedcce8c3640ccce54d822ff5051491c8b5b1ee7d547cea018019b91c1a091aa5243c347c4c9fdb66992b8dabf12ceb6719300a85')
build() {
cd $pkgname-$pkgver
- cmake . -DCMAKE_FEDORA_TMP_DIR=. -DDATA_DIR=/usr/share
-DPRJ_DOC_DIR=/usr/share/doc/$pkgname -DCMAKE_INSTALL_PREFIX=/usr
+ cmake . -DDATA_DIR=/usr/share -DPRJ_DOC_DIR=/usr/share/doc/$pkgname
-DCMAKE_INSTALL_PREFIX=/usr
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-table-chinese/-/commit/10e97c074ebb846f8b6342347591134f9e691a99
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus-table-chinese/-/commit/10e97c074ebb846f8b6342347591134f9e691a99
You're receiving this email because of your account on gitlab.archlinux.org.