diff options
author | Erich Eckner <git@eckner.net> | 2023-01-09 22:35:48 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-01-09 22:35:48 +0100 |
commit | 0adbc22bfc473739bb25000b0114615fe5ff440a (patch) | |
tree | 318a1ec47f01709d3295c964da4486f13b5083c3 /manualPorts | |
parent | 03da30d77b22045c6eafb5e5efe5038424144807 (diff) | |
download | crux-ports-0adbc22bfc473739bb25000b0114615fe5ff440a.tar.xz |
xfe: 1.44 -> 1.45
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/xfe/.footprint | 3 | ||||
-rw-r--r-- | manualPorts/xfe/.md5sum | 2 | ||||
-rw-r--r-- | manualPorts/xfe/.signature | 8 | ||||
-rw-r--r-- | manualPorts/xfe/Pkgfile | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/manualPorts/xfe/.footprint b/manualPorts/xfe/.footprint index 1d965b9..d8a1ba8 100644 --- a/manualPorts/xfe/.footprint +++ b/manualPorts/xfe/.footprint @@ -25,6 +25,9 @@ drwxr-xr-x root/root usr/share/pixmaps/ -rw-r--r-- root/root usr/share/pixmaps/xfp.xpm -rw-r--r-- root/root usr/share/pixmaps/xfw.png -rw-r--r-- root/root usr/share/pixmaps/xfw.xpm +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.xfe.root.policy drwxr-xr-x root/root usr/share/xfe/ drwxr-xr-x root/root usr/share/xfe/icons/ drwxr-xr-x root/root usr/share/xfe/icons/default-theme/ diff --git a/manualPorts/xfe/.md5sum b/manualPorts/xfe/.md5sum index acd61f7..ef49586 100644 --- a/manualPorts/xfe/.md5sum +++ b/manualPorts/xfe/.md5sum @@ -1 +1 @@ -10849fdb126deafbd0932ea8b1b0a50d xfe-1.44.tar.xz +2e3854b828bace517330751d66372e1e xfe-1.45.tar.xz diff --git a/manualPorts/xfe/.signature b/manualPorts/xfe/.signature index e55e913..a34ae5c 100644 --- a/manualPorts/xfe/.signature +++ b/manualPorts/xfe/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGjA/Iks7Ag93Tk7lkYsJFlkquBoeelbuLoHuWsoQsezn/a9ht865coieh5Y5FxTcUJxYbPAvGRjmcRPtCrvAoQA= -SHA256 (Pkgfile) = 31317f58e391044544820afaf748a18d1192ea7a54303140e72ed85967156e86 -SHA256 (.footprint) = 3bfa081a59670db32437cc990bff822d9ac99045891087c4fa78c2ebc010a1d7 -SHA256 (xfe-1.44.tar.xz) = 594c14d185bdfc7e3132aefda7cf4e233625258ca9a1939359944a2c07c030b6 +RWQxCptPusLGGgwQWtLO10BIul6lfPcC171n7zs8D48v48sk3TBnP47qt2G9OMuvLxYPETgpXXRTczoqCZReKvIryfCdsJ2iPQY= +SHA256 (Pkgfile) = 02e0f37d5ffe2807ea8211e1fd463af4252e275952e98d975206fb3f1682cc26 +SHA256 (.footprint) = eebb490111257d8acf9fdc65ec62b471647fbbb8a4a2544db7d05e4b654d41b6 +SHA256 (xfe-1.45.tar.xz) = 466bd5533a82b114705e00b861a6ede3ab851e72f45c55a77107d70c6fa8c037 diff --git a/manualPorts/xfe/Pkgfile b/manualPorts/xfe/Pkgfile index 0a53560..f82e564 100644 --- a/manualPorts/xfe/Pkgfile +++ b/manualPorts/xfe/Pkgfile @@ -5,9 +5,9 @@ # Depends on: fox name=xfe -version=1.44 +version=1.45 release=1 -source=(http://kent.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.xz) +source=(https://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.xz) build () { cd $name-$version |