forked from ports/contrib
girara: initial commit, version 0.3.6
This commit is contained in:
parent
c054950a1d
commit
a0760bd2b5
28
girara/.footprint
Normal file
28
girara/.footprint
Normal file
@ -0,0 +1,28 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/girara/
|
||||
-rw-r--r-- root/root usr/include/girara/callbacks.h
|
||||
-rw-r--r-- root/root usr/include/girara/commands.h
|
||||
-rw-r--r-- root/root usr/include/girara/completion.h
|
||||
-rw-r--r-- root/root usr/include/girara/config.h
|
||||
-rw-r--r-- root/root usr/include/girara/datastructures.h
|
||||
-rw-r--r-- root/root usr/include/girara/entry.h
|
||||
-rw-r--r-- root/root usr/include/girara/girara-version.h
|
||||
-rw-r--r-- root/root usr/include/girara/girara.h
|
||||
-rw-r--r-- root/root usr/include/girara/input-history.h
|
||||
-rw-r--r-- root/root usr/include/girara/log.h
|
||||
-rw-r--r-- root/root usr/include/girara/macros.h
|
||||
-rw-r--r-- root/root usr/include/girara/session.h
|
||||
-rw-r--r-- root/root usr/include/girara/settings.h
|
||||
-rw-r--r-- root/root usr/include/girara/shortcuts.h
|
||||
-rw-r--r-- root/root usr/include/girara/statusbar.h
|
||||
-rw-r--r-- root/root usr/include/girara/template.h
|
||||
-rw-r--r-- root/root usr/include/girara/types.h
|
||||
-rw-r--r-- root/root usr/include/girara/utils.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libgirara-gtk3.so -> libgirara-gtk3.so.3
|
||||
lrwxrwxrwx root/root usr/lib/libgirara-gtk3.so.3 -> libgirara-gtk3.so.3.1
|
||||
-rwxr-xr-x root/root usr/lib/libgirara-gtk3.so.3.1
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/girara-gtk3.pc
|
||||
drwxr-xr-x root/root usr/share/
|
5
girara/.signature
Normal file
5
girara/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF37YFP2+Pq7SxrDfRIG+fVHQrH+4puXz8KqZQdmuBl1htHGeYkXAUj1Aeiyi9zvIqB52YYcA25h1Zub2n2k5wDwo=
|
||||
SHA256 (Pkgfile) = 7952111d091abc2fdf262621f1f1437ab23de50c97e7db5a30fd1485d8295336
|
||||
SHA256 (.footprint) = 07cf6a9e3b4aa1aee9d621e31f32f651c48c1bd963d98633ade779730177f98d
|
||||
SHA256 (girara-0.3.6.tar.xz) = 494518fafc4a34b134572470c56d57c95dc54067dc164fad51786a922676e62a
|
29
girara/Pkgfile
Normal file
29
girara/Pkgfile
Normal file
@ -0,0 +1,29 @@
|
||||
# Description: User interface library focusing on simplicity and minimalism
|
||||
# URL: https://pwmt.org/projects/girara
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: gtk3 libnotify meson ninja
|
||||
# Optional: json-c libnotify
|
||||
|
||||
name=girara
|
||||
version=0.3.6
|
||||
release=1
|
||||
source=(https://pwmt.org/projects/$name/download/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
prt-get isinst json-c && PKGMK_GIRARA+=' -D json=enabled' || PKGMK_GIRARA+=' -D json=disabled'
|
||||
prt-get isinst libnotify && PKGMK_GIRARA+=' -D notify=enabled' || PKGMK_GIRARA+=' -D notify=disabled'
|
||||
|
||||
meson setup $name-$version build $PKGMK_GIRARA \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--buildtype=plain \
|
||||
--wrap-mode nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D docs=disabled \
|
||||
-D tests=disabled
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
rm -rf $PKG/usr/share/locale
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user