diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-11-09 22:53:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:58 +0700 |
commit | d8d0143c5fdc03854affe0733b8d1f1981ccc0e4 (patch) | |
tree | 44bf25178a9516a004d38a2e2a25138b9c88df64 /desktop/plank | |
parent | 0507db0cea2c75f5c8b52340e0c543c4e1a65286 (diff) | |
download | slackbuilds-d8d0143c5fdc03854affe0733b8d1f1981ccc0e4.tar.gz |
desktop/plank: Changed launcher to run Preferences on first open.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/plank')
-rw-r--r-- | desktop/plank/README | 8 | ||||
-rw-r--r-- | desktop/plank/plank.SlackBuild | 7 | ||||
-rw-r--r-- | desktop/plank/plank.desktop | 65 | ||||
-rw-r--r-- | desktop/plank/plank.info | 2 |
4 files changed, 75 insertions, 7 deletions
diff --git a/desktop/plank/README b/desktop/plank/README index f5d4ce91a0..74f5531e38 100644 --- a/desktop/plank/README +++ b/desktop/plank/README @@ -2,11 +2,11 @@ plank (Elegant, simple, clean dock) Plank is meant to be the simplest dock on the planet. -The goal is to provide just what a dock needs and absolutely nothing +The goal is to provide just what a dock needs and absolutely nothing more. It is, however, a library which can be extended to create other dock programs with more advanced features. -Thus, Plank is the underlying technology for Docky (starting in -version 3.0.0) and aims to provide all the core features while Docky -extends it to add fancier things like Docklets, painters, settings +Thus, Plank is the underlying technology for Docky (starting in +version 3.0.0) and aims to provide all the core features while Docky +extends it to add fancier things like Docklets, painters, settings dialogs, etc. diff --git a/desktop/plank/plank.SlackBuild b/desktop/plank/plank.SlackBuild index bab3941eaa..caaa7ae5c1 100644 --- a/desktop/plank/plank.SlackBuild +++ b/desktop/plank/plank.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for plank. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=plank VERSION=${VERSION:-0.11.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -85,6 +85,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# changing launcher to run preferences first... +install -Dm644 $CWD/plank.desktop $PKG/usr/share/applications/plank.desktop + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/desktop/plank/plank.desktop b/desktop/plank/plank.desktop new file mode 100644 index 0000000000..2168d8f7f7 --- /dev/null +++ b/desktop/plank/plank.desktop @@ -0,0 +1,65 @@ +[Desktop Entry] +Name=Plank +GenericName=Dock +Comment=Stupidly simple. +Comment[ar]=بسيط بغباء. +Comment[bg]=Пределно прост. +Comment[bs]=Glupavo jednostavan. +Comment[ca]=Estúpidament simple. +Comment[cs]=Stupidně jednoduchý. +Comment[de]=Lächerlich einfach. +Comment[el]=Βλακωδώς απλό. +Comment[en_AU]=Stupidly simple. +Comment[en_CA]=Stupidly simple. +Comment[en_GB]=Stupidly simple. +Comment[eo]=Stulte simple. +Comment[es]=Estúpidamente simple. +Comment[et]=Hämmastavalt lihtne. +Comment[eu]=Erraza baino errazagoa. +Comment[fi]=Todella yksinkertainen. +Comment[fr]=Stupidement simple. +Comment[ga]=Simplíocht shimplí. +Comment[gd]=Cho furasta 's a ghabhas. +Comment[gl]=Estupidamente simple. +Comment[he]=טפשי עד כמה שזה פשוט +Comment[hr]=Neviđeno jednostavan +Comment[hu]=Nagyszerűen egyszerű. +Comment[id]=Begitu sederhana. +Comment[it]=Stupidamente semplice. +Comment[ja]=超シンプル +Comment[ka]=ძალიან მარტივი აი ძალიან +Comment[ko]=어처구니없으리 만치 단순한. +Comment[lt]=Kvailai paprastas. +Comment[lv]=Muļķīgi vienkārši. +Comment[ml]=അനായാസം. +Comment[ms]=Ringkas la sangat. +Comment[nb]=Uforstandig enkelt. +Comment[ne]=एकदमै सरल +Comment[nl]=Belachelijk eenvoudig. +Comment[nn]=Idiotsikkert +Comment[pl]=Idiotycznie prosty. +Comment[pt]=Estupidamente simples. +Comment[pt_BR]=Estupidamente simples. +Comment[ro]=Stupid de simplu. +Comment[ru]=До безумного прост. +Comment[sk]=Primitívne jednoduchý. +Comment[sl]=Bedasto preprost. +Comment[sma]=dle dan aelhkies. +Comment[sr]=Шашаво једноставно. +Comment[sr@latin]=Glupavo jenostavan. +Comment[sv]=Galet enkelt. +Comment[ta]=மிகவும் எளிது +Comment[te]=చాలా సరళమైనది. +Comment[th]=ง่ายเหี้ยๆ +Comment[tr]=Son derece basit. +Comment[uk]=Просто легкий. +Comment[uz]=Ahmoqona darajada sodda. +Comment[vi]=Cực kì đơn giản. +Comment[zh_CN]=简单得无语。 +Comment[zh_TW]=極簡。 +Categories=Utility; +Type=Application +Exec=plank --preferences +Icon=plank +Terminal=false +NoDisplay=false diff --git a/desktop/plank/plank.info b/desktop/plank/plank.info index ffb0a8c903..3a0b35a168 100644 --- a/desktop/plank/plank.info +++ b/desktop/plank/plank.info @@ -5,6 +5,6 @@ DOWNLOAD="https://launchpad.net/plank/1.0/0.11.4/+download/plank-0.11.4.tar.xz" MD5SUM="d2405f33bfefd16ab80c868f83526f9b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="bamf libgee libdbusmenu" +REQUIRES="bamf libgee libdbusmenu gnome-common" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |