From f9ff7b0228bfc7ac6b2c211abbcdc6fa56368d4e Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sat, 2 Dec 2017 21:03:42 -0500 Subject: add bug report shortcut and icon --- PKGBUILD | 31 ++++++++++++++++++++++++++++++ README | 32 +++++++++++++++++++++++++++++-- backgrounds/README | 3 +-- icons/README | 5 +++++ icons/report-bug.png | Bin 0 -> 650 bytes skel/.config/autostart/autostart.desktop | 2 +- skel/.xprofile | 2 ++ skel/Desktop/bug-tracker.desktop | 8 ++++++++ skel/report-bug.png | Bin 650 -> 0 bytes 9 files changed, 78 insertions(+), 5 deletions(-) create mode 100644 PKGBUILD create mode 100644 icons/report-bug.png create mode 100644 skel/.xprofile create mode 100644 skel/Desktop/bug-tracker.desktop delete mode 100644 skel/report-bug.png diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..9b7756c --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,31 @@ +# Maintainer: bill-auger + + +pkgname=parabola-laf +pkgver=0.2 +pkgrel=1 +pkgdesc="User skeleton and artwork for Parabola graphical desktop systems" +arch=('any') +license=('GPL') +url="https://parabola.nu/" + +depends=() +makedepends=() + +source=("https://notabug.org/bill-auger/${pkgname}/archive/v${pkgver}.tar.gz") +sha256sums=('e70c80459f00456209bf3b2a4fedc5406071985691d7760cafd9d6e3ca59358a') + + +package() { + mkdir -p $pkgdir/usr/share/backgrounds + mkdir -p $pkgdir/usr/share/icons + mkdir -p $pkgdir/boot/grub/themes + mkdir -p $pkgdir/etc/skel + mkdir -p $pkgdir/usr/bin + + cp -r ${srcdir}/${pkgname}/backgrounds $pkgdir/usr/share/backgrounds/${pkgname} + cp -r ${srcdir}/${pkgname}/icons $pkgdir/usr/share/icons/${pkgname} + cp -r ${srcdir}/${pkgname}/grub-theme $pkgdir/boot/grub/themes/${pkgname} + cp -rT ${srcdir}/${pkgname}/skel $pkgdir/etc/skel + cp -rT ${srcdir}/${pkgname}/bin $pkgdir/usr/bin +} diff --git a/README b/README index 3980c1e..7720946 100644 --- a/README +++ b/README @@ -1,2 +1,30 @@ -This repository contains the current user skeleton and artwork -for Parabola graphical desktop systems. +# parabola-laf - User skeleton and artwork for Parabola graphical desktop systems +2018 - Parabola project (https://www.parabola.nu) + +-------------------------------------------------------------------------------- + +ATTRIBUTIONS: DESCRIPTION: +Jorge Araya Navarro Parabola logo +Luke R. Parabola customizations to GNUAxiom +bill-auger parabola-wallpaper-bluefabric background + parabola-wallpaper-bluetiles* backgrounds + parabola-wallpaper-bluewhirl background + +DERIVATIONS: DESCRIPTION: +opendesktop.org user: LegendaryBibo GNUAxiom GRUB theme +Jorge Araya Navarro Parabola logo +Luke Shumaker Parabola logo + +The Parabola logo in these artworks is based on +the official Parabola artwork collection at: +https://git.parabola.nu/artwork.git/ official/2013 logo.svg. +The derivative work contains changes such as colour, size and/or design. + +-------------------------------------------------------------------------------- + +The multimedia files in this repo can be redistributed and/or modified +under the terms of: + +* The GNU General Public License as published by the Free Software Foundation; + either version 2, or (at your option) any later version + (read "COPYING" or "http://gnu.org/licenses/gpl-2.0.html") diff --git a/backgrounds/README b/backgrounds/README index 50d1f59..83398fe 100644 --- a/backgrounds/README +++ b/backgrounds/README @@ -15,6 +15,5 @@ this-is-freedom-wallpaper.png The Official Parabola Logo (multiple uses/derivations) Author: Jorge Araya Navarro - Licence: CC BY-SA 3.0 Unported + Licence: GPLv3 Fetched from: https://git.parabola.nu/artwork.git/tree/?h=official/2018 - diff --git a/icons/README b/icons/README index 04f7b2d..b48b473 100644 --- a/icons/README +++ b/icons/README @@ -2,3 +2,8 @@ parabolaicon.png Author: Jorge Araya Navarro Licence: CC BY-SA 3.0 Unported Fetched from: https://git.parabola.nu/artwork.git/tree/?h=official/2018 + +bug-report.png + Author: 'Master484' http://m484games.ucoz.com/ + License: CC0 https://creativecommons.org/publicdomain/zero/1.0/ + Derrived from: https://opengameart.org/content/old-bugs diff --git a/icons/report-bug.png b/icons/report-bug.png new file mode 100644 index 0000000..5ce4b51 Binary files /dev/null and b/icons/report-bug.png differ diff --git a/skel/.config/autostart/autostart.desktop b/skel/.config/autostart/autostart.desktop index 0866f65..8d02256 100644 --- a/skel/.config/autostart/autostart.desktop +++ b/skel/.config/autostart/autostart.desktop @@ -1,5 +1,5 @@ [Desktop Entry] Type=Application Name=Parabola Autostart Script -Exec=/home/parabola/.config/autostart/autostart.sh +Exec=.config/autostart/autostart.sh Terminal=false diff --git a/skel/.xprofile b/skel/.xprofile new file mode 100644 index 0000000..7846cce --- /dev/null +++ b/skel/.xprofile @@ -0,0 +1,2 @@ + +sed -i 's|^PS1=.*|PS1="\\[\\033[01;32m\\]\\u@\\h\\[\\033[00m\\]: \\[\\033[01;34m\\]\\w\\[\\033[00m\\]\\n$ "|' ~/.bashrc diff --git a/skel/Desktop/bug-tracker.desktop b/skel/Desktop/bug-tracker.desktop new file mode 100644 index 0000000..0bf3970 --- /dev/null +++ b/skel/Desktop/bug-tracker.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Report a Bug +Exec=iceweasel https://labs.parabola.nu/projects/isos/issues?set_filter=1&tracker_id=1 +Icon=/usr/share/icons/report-bug.png +Terminal=false +StartupNotify=true diff --git a/skel/report-bug.png b/skel/report-bug.png deleted file mode 100644 index 5ce4b51..0000000 Binary files a/skel/report-bug.png and /dev/null differ -- cgit v1.2.2