Skip to content

Commit

Permalink
git-svn-id: file:///media/LinuxData/Development/SVN/XDecorations@193 …
Browse files Browse the repository at this point in the history
…a077cb93-66c8-45fd-b335-998722470d8a
  • Loading branch information
keithhedger committed Dec 21, 2014
1 parent 352d095 commit 28a4e68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Changlog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.1.7
Installed INSTALL file to /usr/share/doc/XDecorations/.
This is the last release that will write to the root window as most distros seem to block this one way or another.
Added y offsets for snow etc settling on windows.
Added y offsets for snow etc settling on bottom.
Expand All @@ -10,7 +11,7 @@ Split source code into seperate files.
Added falling settling at bottom of screen.

0.1.7
Adde 'retro' xsnow snow, for us old timer's.
Added 'retro' xsnow snow, for us old timer's.
Installed example config to /usr/share/doc/XDecorations/xdecorations.rc.
Added doc folder to /usr/share/doc.
Falling snow etc now settles at bottom of window.
Expand Down
7 changes: 4 additions & 3 deletions pkg
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
#!/bin/sh

#Original script provided by Mario and mucked about by me.
#You must set version and arch manualkly at the moment.
#You must set version and arch manually at the moment.
#Packages are created in /tmp.

VERSION=0.1.7
DESCRIPTION="X11 eye candy/animations with holiday themes
Adds animated objects to the desktop, in the style of Xpenguins/Xsnow."
URL="http://keithhedger.hostingsiteforfree.com/pages/xdecorations/xdecorations.html"
ARCH=amd64

make DESTDIR=/tmp/XDecorations install


for PKG in rpm deb sh #tar
for PKG in rpm deb sh tar
do
fpm -t $PKG -n "xdecorations" -C /tmp/XDecorations --package /tmp -v $VERSION -a amd64 --description "$DESCRIPTION" -m Keith --category x11 --url "$URL" -f -s dir .
fpm -t $PKG -n "xdecorations" -C /tmp/XDecorations --package /tmp -v $VERSION -a $ARCH --description "$DESCRIPTION" -m Keith --category x11 --url "$URL" -f -s dir .
done

0 comments on commit 28a4e68

Please sign in to comment.