[releases/8] add sabayon-artwork-kde
@@ -1,4 +1,4 @@
|
||||
SUBDIRS=sabayon-artwork-core
|
||||
SUBDIRS=sabayon-artwork-core sabayon-artwork-kde
|
||||
|
||||
include make.include
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
*.tar.xz
|
||||
@@ -0,0 +1,28 @@
|
||||
|
||||
include ../make.include
|
||||
|
||||
DIR_NAME := $(shell basename $(CURDIR))
|
||||
TARBALL_NAME := $(DIR_NAME)-$(VERSION).tar.xz
|
||||
PKG_CATEGORY := x11-themes
|
||||
PKG_PUSH_DIR = $(PUSH_DIR)/$(PKG_CATEGORY)/$(DIR_NAME)
|
||||
|
||||
all: scripts cook
|
||||
|
||||
scripts:
|
||||
./make_kdm.sh
|
||||
./make_ksplash.sh
|
||||
|
||||
cook:
|
||||
tar -cJf $(TARBALL_NAME) \
|
||||
../$(DIR_NAME) --exclude Makefile \
|
||||
--exclude $(TARBALL_NAME)
|
||||
|
||||
clean:
|
||||
rm -f $(TARBALL_NAME)
|
||||
|
||||
push:
|
||||
ssh -p $(PUSH_PORT) $(PUSH_USER)@$(PUSH_SERVER) \
|
||||
mkdir -p $(PKG_PUSH_DIR)
|
||||
scp -P $(PUSH_PORT) $(TARBALL_NAME) \
|
||||
$(PUSH_USER)@$(PUSH_SERVER):$(PKG_PUSH_DIR)/
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# Apparently this is not really a .desktop file like the rest, but it's useful
|
||||
# to treat it as such
|
||||
|
||||
[KdmGreeterTheme]
|
||||
Encoding=UTF-8
|
||||
Greeter=sabayon.xml
|
||||
Name=SabayonKDM
|
||||
Description=Sabayon KDM theme
|
||||
Author=Ian Whyman <ian.whyman@sabayon.org>
|
||||
Copyright=Sabayon Foundation
|
||||
Screenshot=screenshot.png
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 134 B |
@@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE greeter SYSTEM "greeter.dtd">
|
||||
<!--
|
||||
Sabayon KDM theme 6
|
||||
Copyright (c) 2010-11 Sabayon Foundation
|
||||
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
|
||||
|
||||
Based on:
|
||||
Elegant Air KDM Theme 0.2
|
||||
Copyright (c) 2008 Max Resch <resch.max@gmail.com>
|
||||
Copyright (C) 2008 Vaxx <vaxxipooh@yahoo.se>
|
||||
-->
|
||||
<greeter id="theme">
|
||||
<style font="Sans 9" window-text-color="#bbbbbb" text-color="#000000" disabled-text-color="#808080"/>
|
||||
<item type="svg" id="background" background="true">
|
||||
<normal file="/usr/share/backgrounds/kgdm.jpg"/>
|
||||
<pos anchor="c" x="50%" y="50%" width="100%" height="100%"/>
|
||||
</item>
|
||||
<item type="rect" id="titlebanner">
|
||||
<pos anchor="n" x="50%" y="0" width="100%" height="48"/>
|
||||
<fixed>
|
||||
<item type="pixmap">
|
||||
<normal file="welcome-time-shadowed.png"/>
|
||||
<pos width="824" height="48" expand="true"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<pos anchor="w" x="28" y="33%" width="100%" expand="true"/>
|
||||
<normal color="#bbbbbb" font="Sans 10"/>
|
||||
<stock type="welcome-label"/>
|
||||
</item>
|
||||
<item type="label" id="clock">
|
||||
<pos anchor="e" x="-22" y="33%" expand="true"/>
|
||||
<normal color="#bbbbbb" font="Sans 10"/>
|
||||
<text>%c</text>
|
||||
</item>
|
||||
</fixed>
|
||||
</item>
|
||||
<item type="rect" id="main">
|
||||
<pos anchor="c" x="50%" y="50%" width="100%" height="192"/>
|
||||
<fixed>
|
||||
<item type="pixmap">
|
||||
<normal file="main-runner.png"/>
|
||||
<pos width="100%" height="192"/>
|
||||
</item>
|
||||
</fixed>
|
||||
<box orientation="horizontal" spacing="100" xpadding="10">
|
||||
<item type="pixmap">
|
||||
<normal file="logo.png"/>
|
||||
<pos anchor="w" x="40" y="50%" width="100" height="100"/>
|
||||
</item>
|
||||
<item type="rect" id="talker">
|
||||
<pos anchor="w" y="50%" width="box" height="box"/>
|
||||
<box orientation="horizontal" spacing="8">
|
||||
<box orientation="vertical" spacing="8">
|
||||
<item type="label">
|
||||
<pos anchor="w"/>
|
||||
<stock type="username-label"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<pos anchor="w"/>
|
||||
<stock type="password-label"/>
|
||||
</item>
|
||||
</box>
|
||||
<box orientation="vertical" spacing="8">
|
||||
<item type="entry" id="user-entry">
|
||||
<pos anchor="e" width="180" height="28"/>
|
||||
</item>
|
||||
<item type="entry" id="pw-entry">
|
||||
<pos anchor="e" width="180" height="28"/>
|
||||
</item>
|
||||
</box>
|
||||
</box>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect">
|
||||
<pos anchor="e" x="-22" y="50%" width="box" height="box"/>
|
||||
<box orientation="vertical" spacing="15">
|
||||
<item type="rect" id="session_button" button="true">
|
||||
<pos anchor="e" x="-0" y="50%" width="box" height="box" expand="true"/>
|
||||
<box orientation="horizontal" spacing="7" width="100%" expand="true">
|
||||
<item type="pixmap">
|
||||
<normal file="sessions_inactive.png"/>
|
||||
<prelight file="sessions.png"/>
|
||||
<pos anchor="e" x="-0" y="50%" width="48" height="48"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<prelight color="#ffffff" font="Sans 9"/>
|
||||
<active color="#ff0000" font="Sans 9"/>
|
||||
<pos anchor="e" x="-0" y="50%" min-width="100" width="100%"/>
|
||||
<stock type="session"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="system_button" button="true">
|
||||
<show modes="console" type="system"/>
|
||||
<pos anchor="e" x="-0" y="50%" width="box" height="box"/>
|
||||
<!--<pos anchor="ne" x="100%" y="50%" width="box" height="box"/>-->
|
||||
<box orientation="horizontal" spacing="7">
|
||||
<item type="pixmap">
|
||||
<normal file="system_inactive.png"/>
|
||||
<prelight file="system.png"/>
|
||||
<pos anchor="e" x="-0" y="50%" width="48" height="48"/>
|
||||
</item>
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<prelight color="#ffffff" font="Sans 9"/>
|
||||
<active color="#ff0000" font="Sans 9"/>
|
||||
<pos anchor="e" x="-0" y="50%" min-width="100" width="100%"/>
|
||||
<stock type="system"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="caps-lock-warning">
|
||||
<normal color="#000000" alpha="0.4"/>
|
||||
<pos anchor="c" x="50%" y="20%" width="box" height="box"/>
|
||||
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<pos x="50%" anchor="n" width="100%"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
<item type="rect" id="pam-error">
|
||||
<normal color="#000000" alpha="0.4"/>
|
||||
<pos anchor="c" x="50%" y="20%" width="box" height="box"/>
|
||||
<box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
|
||||
<item type="label">
|
||||
<normal color="#bbbbbb" font="Sans 9"/>
|
||||
<pos anchor="n" x="50%" width="100%"/>
|
||||
<text>Login failed</text>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
</greeter>
|
||||
|
After Width: | Height: | Size: 241 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.7 MiB |
|
After Width: | Height: | Size: 782 KiB |
|
After Width: | Height: | Size: 2.5 MiB |
@@ -0,0 +1,42 @@
|
||||
SCALE ON
|
||||
BACKGROUND_IMAGE 0 0 background.png
|
||||
SCALE OFF
|
||||
|
||||
# the image is 390x234, make it centered, all icons need the same adjustment too
|
||||
IMAGE_REL CC 0 0 CC rectangle.png
|
||||
|
||||
# these have their relative positions to the rectangle adjusted by -195,-117
|
||||
# (i.e. half of the rectangle size)
|
||||
# 3,32
|
||||
ANIM_REL 1 CC -192 -50 LT 30 icon1_anim.png 85 1
|
||||
WAIT_STATE kded
|
||||
|
||||
# 69,32
|
||||
ANIM_REL 2 CC -126 -50 LT 30 icon2_anim.png 85 1
|
||||
WAIT_STATE kcminit
|
||||
|
||||
# 135,32
|
||||
ANIM_REL 3 CC -60 -50 LT 29 icon3_anim.png 85 1
|
||||
WAIT_STATE ksmserver
|
||||
|
||||
# 201,32
|
||||
ANIM_REL 4 CC 6 -50 LT 30 icon4_anim.png 85 1
|
||||
WAIT_STATE wm
|
||||
|
||||
# 263,15
|
||||
ANIM_REL 5 CC 68 -88 LT 30 icon5_anim.png 85 1
|
||||
WAIT_STATE desktop
|
||||
|
||||
WAIT_STATE ready
|
||||
|
||||
# show the icons fully right before the splash goes away
|
||||
STOP_ANIM 1
|
||||
IMAGE_REL CC -192 -50 LT icon1.png
|
||||
STOP_ANIM 2
|
||||
IMAGE_REL CC -126 -50 LT icon2.png
|
||||
STOP_ANIM 3
|
||||
IMAGE_REL CC -60 -50 LT icon3.png
|
||||
STOP_ANIM 4
|
||||
IMAGE_REL CC 6 -50 LT icon4.png
|
||||
STOP_ANIM 5
|
||||
IMAGE_REL CC 68 -88 LT icon5.png
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 241 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 2.0 MiB |
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
FILE="/home/v00d00/projects/sabayon/artwork/5.6/sabayon-artwork-kde/ksplash/Sabayon/1600x1200/icon5.png"
|
||||
|
||||
convert out.png -size 1250x540 tile:$FILE
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 254 KiB |
|
After Width: | Height: | Size: 226 KiB |
|
After Width: | Height: | Size: 702 KiB |
|
After Width: | Height: | Size: 241 KiB |
@@ -0,0 +1,9 @@
|
||||
[KSplash Theme: Default]
|
||||
Name = Sabayon KDE Splash Screen
|
||||
Description = Sabayon KDE Splash Screen
|
||||
Version = 6
|
||||
Author = Ian Whyman <ian.whyman@sabayon.org>, Nuno Pinheiro <nuno@oxygen-icons.org> & Riccardo Iaconelli <riccardo@kde.org>
|
||||
Homepage = http://www.sabayon.org
|
||||
|
||||
# Theme behaviour settings.
|
||||
Engine = KSplashX
|
||||
|
After Width: | Height: | Size: 62 KiB |
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Name=Radial (thin borders)
|
||||
Comment=Aurorae port of aceph's emerald theme
|
||||
|
||||
X-KDE-PluginInfo-Author=scnd101
|
||||
X-KDE-PluginInfo-Email=scnd101
|
||||
X-KDE-PluginInfo-Name=radial
|
||||
X-KDE-PluginInfo-Version=0.81
|
||||
X-KDE-PluginInfo-Category=
|
||||
X-KDE-PluginInfo-Depends=
|
||||
X-KDE-PluginInfo-License=GPL_V2
|
||||
X-KDE-PluginInfo-EnabledByDefault=true
|
||||
|
After Width: | Height: | Size: 56 KiB |
@@ -0,0 +1,27 @@
|
||||
[General]
|
||||
ActiveTextColor=255,255,255,255
|
||||
InactiveTextColor=217,215,214,255
|
||||
TitleAlignment=Left
|
||||
TitleVerticalAlignment=Center
|
||||
Animation=200
|
||||
|
||||
[Layout]
|
||||
BorderLeft=7
|
||||
BorderRight=7
|
||||
BorderBottom=8
|
||||
TitleEdgeTop=4
|
||||
TitleEdgeBottom=4
|
||||
TitleEdgeLeft=10
|
||||
TitleEdgeRight=6
|
||||
TitleBorderLeft=6
|
||||
TitleBorderRight=10
|
||||
TitleHeight=20
|
||||
ButtonWidth=20
|
||||
ButtonHeight=20
|
||||
ButtonSpacing=0
|
||||
ButtonMarginTop=0
|
||||
ExplicitButtonSpacer=10
|
||||
PaddingTop=11
|
||||
PaddingBottom=12
|
||||
PaddingRight=11
|
||||
PaddingLeft=11
|
||||
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
SOURCE_SVG="../_devel/wallpaper_final_kgdm.svg"
|
||||
|
||||
PREVIEW_NAME="screenshot.png"
|
||||
THEME_DIR="kdm/sabayon"
|
||||
|
||||
convert -resize 400x250 "${SOURCE_SVG}" "${THEME_DIR}/${PREVIEW_NAME}"
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/bin/bash
|
||||
|
||||
SOURCE_SVG="../_devel/wallpaper_final_kgdm.svg"
|
||||
|
||||
RESOLUTIONS="
|
||||
640x400
|
||||
800x600
|
||||
1024x768
|
||||
1280x1024
|
||||
1600x1200
|
||||
1920x1200
|
||||
"
|
||||
IMAGE_NAME="background.png"
|
||||
PREVIEW_NAME="Preview.png"
|
||||
THEME_DIR="ksplash/Sabayon"
|
||||
|
||||
for res in ${RESOLUTIONS}; do
|
||||
echo "Doing -> ${res}"
|
||||
convert -resize "${res}" "${SOURCE_SVG}" \
|
||||
"${THEME_DIR}/${res}/${IMAGE_NAME}" || exit 1
|
||||
done
|
||||
convert -resize 400x250 "${SOURCE_SVG}" "${THEME_DIR}/${PREVIEW_NAME}"
|
||||
|
||||