author | Antonio Rojas
<arojas@archlinux.org> 2023-09-30 12:17:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-30 12:17:13 UTC |
parent | 3d24d4aabf1f2f87101d6b5c1fd39f903c478047 |
.SRCINFO | +21 | -0 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..69f9dc5 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,21 @@ +pkgbase = kemoticons + pkgdesc = Support for emoticons and emoticons themes + pkgver = 5.110.0 + pkgrel = 2 + url = https://community.kde.org/Frameworks + arch = x86_64 + groups = kf5 + license = LGPL + makedepends = extra-cmake-modules + makedepends = doxygen + makedepends = qt5-tools + makedepends = qt5-doc + depends = karchive5 + depends = kservice5 + source = https://download.kde.org/stable/frameworks/5.110/kemoticons-5.110.0.tar.xz + source = https://download.kde.org/stable/frameworks/5.110/kemoticons-5.110.0.tar.xz.sig + validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB + sha256sums = 22f80fae0c356128d30f2eeda333a9d53298966091789ef01c867f6ef81c2de4 + sha256sums = SKIP + +pkgname = kemoticons diff --git a/PKGBUILD b/PKGBUILD index 8a5fcb1..10f7fdd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,12 @@ pkgname=kemoticons pkgver=5.110.0 -pkgrel=1 +pkgrel=2 pkgdesc='Support for emoticons and emoticons themes' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(karchive kservice) +depends=(karchive5 kservice5) makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})