New port : btrfs-assistant 1.6.3

This commit is contained in:
Victor Tebar
2022-10-21 14:31:46 +02:00
parent d9b8ae7041
commit e1f31a4cfd
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
91199fb5233dd6ca212350ed73f5456d btrfs-assistant-1.6.3.tar.gz

View File

@@ -0,0 +1,21 @@
btrfs-assistant-1.6.3-1
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/btrfs-assistant.conf.spkgnew
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/btrfs-assistant
-rwxr-xr-x root/root usr/bin/btrfs-assistant-bin
-rwxr-xr-x root/root usr/bin/btrfs-assistant-launcher
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/btrfs-assistant.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/btrfs-assistant.svg
drwxr-xr-x root/root usr/share/metainfo/
-rw-r--r-- root/root usr/share/metainfo/btrfs-assistant.metainfo.xml
drwxr-xr-x root/root usr/share/polkit-1/
drwxr-xr-x root/root usr/share/polkit-1/actions/
-rw-r--r-- root/root usr/share/polkit-1/actions/org.btrfs-assistant.pkexec.policy

View File

@@ -0,0 +1,17 @@
# description : An application for managing BTRFS subvolumes and Snapper snapshots
# homepage : https://gitlab.com/btrfs-assistant/btrfs-assistant
# depends : cmake qt5 polkit util-linux btrfs-progs diffutils
# optional : snapper
name=btrfs-assistant
version=1.6.3
release=1
source="https://gitlab.com/$name/$name/-/archive/$version/$name-$version.tar.gz"
backup="etc/btrfs-assistant.conf"
build() {
cmake -B build -S $name-$version -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE='Release'
make -C build
make -C build DESTDIR=$PKG install
}