lxqt-panel-profiles: add 1.1

This commit is contained in:
mac-a-r0ni 2024-12-25 05:56:58 -05:00
parent 97ec07017f
commit 51ff926fbb
5 changed files with 55 additions and 0 deletions

5
REPO
View File

@ -22,6 +22,7 @@ d:libsfdo
d:lxqt-powermanagement
d:labwc
d:lxqt-wallet
d:lxqt-panel-profiles
d:lxqt-archiver
d:lxqt-menu-data
d:lxqt-build-tools-qt5
@ -122,6 +123,10 @@ f:d5db36b2c060c99acd84abe1ad0cfa57:labwc/.footprint
f:3bcd7b6e9be9905886a734cdae79ff83:lxqt-wallet/.signature
f:d28abde4304dba32f32299d8b9e81b35:lxqt-wallet/Pkgfile
f:a77dcf77c802dc5a1900aa0fb4600469:lxqt-wallet/.footprint
f:2c662a17035430dad0111663102771c4:lxqt-panel-profiles/.signature
f:d795a6a1545fd79c828ec03bf93d2958:lxqt-panel-profiles/post-install
f:f01cb4361680697dfb46ae70d5671ba0:lxqt-panel-profiles/Pkgfile
f:009edd2a1e9a42f9fc9a37672998f75e:lxqt-panel-profiles/.footprint
f:e9f7fb5c45c6303314e264f4056fb36a:lxqt-archiver/.signature
f:e6eb21bf0aa4d1a35b7ab62cd1735817:lxqt-archiver/Pkgfile
f:42b4d0c336355a9917411531f49e2b9e:lxqt-archiver/.footprint

View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxrwxr-x root/root usr/bin/
-rwxrwxr-x root/root usr/bin/lxqt-panel-profiles
drwxrwxr-x root/root usr/share/
drwxrwxr-x root/root usr/share/applications/
-rw-rw-r-- root/root usr/share/applications/lxqt-panel-profiles.desktop
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/layouts/
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/layouts/Debian LXQt 1.4.0/
-rw-rw-r-- root/root usr/share/lxqt-panel-profiles/layouts/Debian LXQt 1.4.0/panel.conf
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/layouts/Lubuntu 20.10/
-rw-rw-r-- root/root usr/share/lxqt-panel-profiles/layouts/Lubuntu 20.10/panel.conf
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/layouts/MATE/
-rw-rw-r-- root/root usr/share/lxqt-panel-profiles/layouts/MATE/panel.conf
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/layouts/MX Linux/
-rw-rw-r-- root/root usr/share/lxqt-panel-profiles/layouts/MX Linux/panel.conf
drwxrwxr-x root/root usr/share/lxqt-panel-profiles/layouts/Redmond/
-rw-rw-r-- root/root usr/share/lxqt-panel-profiles/layouts/Redmond/panel.conf
-rw-rw-r-- root/root usr/share/lxqt-panel-profiles/lxqt-panel-profiles.py

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/lxqt.pub
RWSobSt/++EYD15mus5UuxzZwt2/gXlHlEynWcpAZzkPuCcoGyfj7IdDCB26KymlZfHcYF3ZdFXu4CZECiG74jLqfNq94aQJZg4=
SHA256 (Pkgfile) = 1e5a757fcc92a21691546bc4c4aee7cbc344beb9783127d4f5701db35be9ddb2
SHA256 (.footprint) = 7974f93c0c2cc552418caa8c289fce04dc1787e6931b84498e8d4e4b8f78346b
SHA256 (lxqt-panel-profiles-1.1.tar.gz) = 95fae3eb2b85f14a6ee520d5cd192bbce0e3ebfd6fc6333f48f8ff5f4aaea6fd

View File

@ -0,0 +1,19 @@
# Description: LXQt panel profile
# URL: https://github.com/lxqt/lxqt-powermanagement
# Maintainer: Jay Lanagan, j at lngn dot net
# Depends on: lxqt-panel python-pyqt6 qt6-tools
name=lxqt-panel-profiles
version=1.1
release=1
source=(https://codeberg.org/MrReplikant/$name/archive/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
cd $name
mkdir $PKG/usr
cd $SRC/$name
cp -a -R usr/* $PKG/usr/
}

View File

@ -0,0 +1,7 @@
#!/bin/sh
#
# post-install: update desktop database
/usr/bin/update-desktop-database /usr/share/applications
#EOF