summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 12302f1ee737d27381971cf794755a11ddee8b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Maintainer: Cihan Alkan <cihanalk@gmail.com>

pkgname=ukwm
pkgver=v1.1.8+1+gaa7eb3a
pkgrel=1
pkgdesc="UKUI Pencere Yƶneticisi"
url="https://mate-desktop.org"
arch=('x86_64')
license=('GPL')
depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra
         startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11
         ukui-settings-daemon libgudev libinput cogl clutter pipewire)
makedepends=(intltool gobject-introspection git)
optdepends=()
groups=('ukui')

source=("git+https://github.com/ukui/ukwm.git")
sha256sums=('SKIP')

pkgver() {
  cd $pkgname
  git describe --tags | sed 's/-/+/g'
}
prepare() {
 cd ${pkgname}
    NOCONFIGURE=1 ./autogen.sh
}

build() {
 cd ${pkgname}
./configure --prefix=/usr \
--disable-static \
--enable-gtk-doc \
--enable-compile-warnings=minimum
make
}

package() {
 cd ${pkgname}
    make DESTDIR="${pkgdir}" install
}