diff options
-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 f5d4ce91a06d..74f5531e38a4 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 bab3941eaac3..caaa7ae5c11c 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 000000000000..2168d8f7f73a --- /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 ffb0a8c90311..3a0b35a16873 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" |