You are not logged in.

#1 2004-04-27 09:10:57

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

[gnome: theme] gdm-themes-arch and -freshmeat

Package gdm-themes-arch to Archify your login experience now in incoming.

# Contributor: K. Piche <kpiche@rogers.com>
#
#  To add more themes simply add new sources and their md5sums.
#  For the build script to work the theme must untar into its own dir.
#
pkgname=gdm-themes-arch
pkgver=0.1
pkgrel=1
pkgdesc="Arch Linux themes for GDM"
url=(http://www.dcs.warwick.ac.uk/~csucil/arch/)
depends=('gdm')
source=(
http://www.dcs.warwick.ac.uk/~csucil/arch/archgdm.tar.gz
http://www.dcs.warwick.ac.uk/~csucil/arch/archmilkgdm.tar.gz
http://www.dcs.warwick.ac.uk/~csucil/arch/archbluegdm.tar.gz
)
md5sums=('b1acaf46c245da22bde4bc7ce99f1311' '4ef4f6864fe40469e7b4b70a819e5372'
         '06d112c6044202a0d1bef3ac14caac57')
 
build() {
  mkdir -p $startdir/pkg/opt/gnome/share/gdm/themes/
  for i in `/bin/ls -1 $startdir/src`; do
    if [ -d $i ]; then
      mv $startdir/src/$i $startdir/pkg/opt/gnome/share/gdm/themes
        fi
  done
  cd $startdir/pkg/opt/gnome/share/gdm/themes
  find -type f -not -perm 644 -exec chmod 644 {} ;
  find -type d -not -perm 755 -exec chmod 755 {} ;
}

Offline

#2 2004-04-27 09:13:27

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

Re: [gnome: theme] gdm-themes-arch and -freshmeat

Another package gdm-themes-freshmeat contains some of the more popular themes on Freshmeat for GDM.

# Contributor: K. Piche <kpiche@rogers.com>
#
#  To add more themes simply add new sources and their md5sums.
#  For the build script to work the theme must untar into its own dir.
#
pkgname=gdm-themes-freshmeat
pkgver=0.1
pkgrel=1
pkgdesc="Some popular themes for GDM from Freshmeat"
url=(http://themes.freshmeat.net/)
depends=('gdm')
source=(
http://themes.freshmeat.net/redir/matrix_gdm/39962/url_tgz/matrix_gdm-default-0.0.1.tar.gz
http://themes.freshmeat.net/redir/delicious/31909/url_tgz/delicious-default-0.6.tar.gz
http://themes.freshmeat.net/redir/hal9000gdm/36653/url_tgz/hal9000gdm-default-1.0.tar.gz
http://themes.freshmeat.net/redir/gdm-lcars/40771/url_tgz/GDM-lcars.tar.gz
http://themes.freshmeat.net/redir/war3gdm/33552/url_tgz/war3.tar.gz
http://themes.freshmeat.net/redir/nightelf/33534/url_tgz/GDM-Night-Elf-1.0.1.tar.gz
http://themes.freshmeat.net/redir/falling-angel/36155/url_tgz/falling-angel-default.tar.gz
http://themes.freshmeat.net/redir/gdmpenguintheme/34367/url_tgz/gdmpenguintheme-default-1.0.tar.gz
)
md5sums=('9a76ce78ec0f73dd34d5cc2f83ba5353' '008a07b2999777c5e9364cff85556c49'
         'e28fe7db45730933b67851a34219a29c' 'c488f60d6d3dec6362c09d338b86f748'
         'eab0e01fc9b4598d6f675d1b02bd78bc' '9f0b1976c2ba612ca9c285a3d7c27ea6'
         '95c2d2f79cb72a47d26b373e603ed250' '063e93b55c0b9e0ad8a1eccd4e6f1182')
 
build() {
  mkdir -p $startdir/pkg/opt/gnome/share/gdm/themes/
  for i in `/bin/ls -1 $startdir/src`; do
    if [ -d $i ]; then
      mv $startdir/src/$i $startdir/pkg/opt/gnome/share/gdm/themes
        fi
  done
  cd $startdir/pkg/opt/gnome/share/gdm/themes
  find -type f -not -perm 644 -exec chmod 644 {} ;
  find -type d -not -perm 755 -exec chmod 755 {} ;
}

Offline

#3 2004-08-31 22:42:56

longhornxtreme
Member
Registered: 2004-07-10
Posts: 131

Re: [gnome: theme] gdm-themes-arch and -freshmeat

I'm getting a md5sum fail on the archmilkgdm.tar.gz file...

I've dl'ed it a couple of times and made sure they were fresh by cleaning out pacman's cache as well as the pkgbuild directory.

Any ideas?

Offline

#4 2004-09-01 01:07:22

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

Re: [gnome: theme] gdm-themes-arch and -freshmeat

It's probably been modified since april and the tar isn't versioned.  Try building the package with the new tar and see how it goes.  I'll check myself tomorrow.

Offline

#5 2004-09-01 12:22:38

kpiche
Forum Fellow
From: Ottawa, ON, Canada
Registered: 2004-03-30
Posts: 246
Website

Re: [gnome: theme] gdm-themes-arch and -freshmeat

Yeah, the author changed the arch logo to be dark blue.  An updated PKGBUILD is:

# Contributor: K. Piche <kpiche@rogers.com>
#
#  To add more themes simply add new sources and their md5sums.
#  For the build script to work the theme must untar into its own dir.
#
pkgname=gdm-themes-arch
pkgver=0.2
pkgrel=1
pkgdesc="Arch Linux themes for GDM"
url=(http://www.dcs.warwick.ac.uk/~csucil/arch/)
depends=('gdm')
source=(
http://www.dcs.warwick.ac.uk/~csucil/arch/archgdm.tar.gz
http://www.dcs.warwick.ac.uk/~csucil/arch/archmilkgdm.tar.gz
http://www.dcs.warwick.ac.uk/~csucil/arch/archbluegdm.tar.gz
)

build() {
  mkdir -p $startdir/pkg/opt/gnome/share/gdm/themes/
  for i in `/bin/ls -1 $startdir/src`; do
    if [ -d $i ]; then
      mv $startdir/src/$i $startdir/pkg/opt/gnome/share/gdm/themes
        fi
  done
  cd $startdir/pkg/opt/gnome/share/gdm/themes
  find -type f -not -perm 644 -exec chmod 644 {} ;
  find -type d -not -perm 755 -exec chmod 755 {} ;
}
md5sums=('b1acaf46c245da22bde4bc7ce99f1311' 'cdb01d410d366af7d17d997e6b2d4433'
         '06d112c6044202a0d1bef3ac14caac57')

You can download this or the pkg at http://ca.geocities.com/kpiche@rogers.com/

Offline

Board footer

Powered by FluxBB