summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristophe Noisel2022-11-13 14:14:29 +0100
committerChristophe Noisel2022-11-13 14:17:20 +0100
commitcd46644c12a5cf8d6f5ec721698cd4203e54364a (patch)
tree3818bf6e87a1f8bf0806871e33775245b18a7391 /PKGBUILD
parent6617a01f3962cf8814dbd1d14ab0addb4d4a3d67 (diff)
downloadaur-cd46644c12a5cf8d6f5ec721698cd4203e54364a.tar.gz
time calculations rely on glib now + some fix/translations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 4 insertions, 19 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f98db7f580f5..804dad67585a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,19 @@
pkgname=planner
pkgver=0.14.90
-pkgrel=8
+pkgrel=9
pkgdesc='Project management application for GNOME'
arch=('x86_64')
license=('GPL')
url='https://wiki.gnome.org/Apps/Planner'
-depends=('glib2>=2.50', # glib, gmodule, gobject
+depends=('glib2>=2.56', # glib, gmodule, gobject
'gtk3>=3.22', # gtk3, gail
'libxml2>=2.6.27',
'libxslt>=1.1.23', #libxslt, libexslt
- 'libgda>=5.0')
+ 'libgda>=5.0') # database export feature is enabled by arch-meson
makedepends=('git' 'meson')
options=('!emptydirs')
-_commit="3cd61d8813894ee566d9c2559ec45ff39d3dbe46" # 05 Nov, 2022
+_commit="1775346f24322e3d0718183d88d4709c278fb8d3" # 13 Nov, 2022
source=("git+https://gitlab.gnome.org/World/planner.git#commit=$_commit")
sha256sums=('SKIP')
@@ -36,18 +36,3 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
}
-
-post_install() {
- glib-compile-schemas "usr/share/glib-2.0/schemas"
- update-mime-database "usr/share/mime"
- gtk-update-icon-cache -qtf "usr/icons/hicolor"
- update-desktop-database -q "usr/share/applications"
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}