update pdfarranger
BIN
helpers/DATA/pdfarranger/icons/hicolor/16x16/pdfarranger.png
Normal file
|
After Width: | Height: | Size: 815 B |
BIN
helpers/DATA/pdfarranger/icons/hicolor/256x256/pdfarranger.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
helpers/DATA/pdfarranger/icons/hicolor/32x32/pdfarranger.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
helpers/DATA/pdfarranger/icons/hicolor/48x48/pdfarranger.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
BIN
helpers/DATA/pdfarranger/pdfarranger.ico
Normal file
|
After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
|
@ -104,6 +104,7 @@ apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.
|
|||
# Ubuntu gpg keys
|
||||
apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 40976EAF437D05B5 > /dev/null
|
||||
apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 3B4FE6ACC0B21F32 > /dev/null
|
||||
apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 871920D1991BC93C > /dev/null
|
||||
# Debian gpg keys
|
||||
apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 9D6D8F6BC857C906 > /dev/null
|
||||
apt-key --keyring ${LOCAL_APT}/etc/trusted.gpg adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 8B48AD6246925553 > /dev/null
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2020 Luis Guzmán <ark@switnet.org>
|
||||
# Copyright (C) 2021 Luis Guzmán <ark@switnet.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -17,15 +17,15 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
|
||||
VERSION=1
|
||||
QUILT=skip
|
||||
. ./config
|
||||
|
||||
export QUILT_PATCHES=debian/patches
|
||||
quilt push -a
|
||||
|
||||
sed -i "s|Office;|Utility;|" data/pdfshuffler.desktop
|
||||
cp $DATA/images/* data/
|
||||
sed -i "s|Office;|Utility;|" data/pdfarranger.desktop
|
||||
rm -r data/icons
|
||||
cp -r $DATA/icons data/
|
||||
cp $DATA/pdfarranger.ico data/
|
||||
|
||||
changelog "Small customization for Trisquel"
|
||||
|
||||