software-properties: make software-properties-qt visible with custom icon.
This commit is contained in:
parent
e34bb8fb39
commit
1374485dfd
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=14
|
VERSION=15
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -82,6 +82,10 @@ patch --no-backup-if-mismatch -p1 < $DATA/fix_PPA_upstream_codename.patch
|
||||||
#Fix mention of "other packages" as we don't distribute snap.
|
#Fix mention of "other packages" as we don't distribute snap.
|
||||||
patch --no-backup-if-mismatch -p1 < $DATA/removal_of_snaps_other_packages_referral.patch
|
patch --no-backup-if-mismatch -p1 < $DATA/removal_of_snaps_other_packages_referral.patch
|
||||||
|
|
||||||
|
# Make software-properties-qt visible on Triskel
|
||||||
|
sed -i '/^NoDisplay=/s|true|false|' data/software-properties-qt.desktop.in
|
||||||
|
sed -i '/^Icon=/s|applications-other|system-software-install|' data/software-properties-qt.desktop.in
|
||||||
|
|
||||||
# Trisquel l10n modifications using git patches.
|
# Trisquel l10n modifications using git patches.
|
||||||
for patch in $(ls -v ${DATA}/l10n/*.patch)
|
for patch in $(ls -v ${DATA}/l10n/*.patch)
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue