# HG changeset patch # User Anders Bergh # Date 1197869841 0 # Node ID c9bd17599375d3360925d1d9ab8a7de3d010fced # Parent 917f1dbdf849723987cce2eef5cb06af5bf609a2# Parent f29a43ca4760c2388ecf505838bf2caf03d9cafc add unzip to the list of depends for the dmdirc package. pacman needs them so it can unpack the .jar's (which is totally unnecessary) diff -r f29a43ca4760 -r c9bd17599375 htdocs/index.html --- a/htdocs/index.html Sun Dec 16 21:04:10 2007 -0800 +++ b/htdocs/index.html Mon Dec 17 05:37:21 2007 +0000 @@ -1,4 +1,5 @@ - + Happy Mars @@ -8,32 +9,6 @@

Happy Mars

-

News

-

2007-12-17: Happy Mars is back!

-

Happy Mars is back again. This time it's not only limited to D-related packages, but includes most of my packages from the AUR such as luajit, premake and many more. -

x86_64 users should be happy to know that I'm focusing a lot more on x86_64 this time, and I promise to provide a nice and library-seperated version of gdc and gdc-svn! I'll probably do a bin32-dmd package as well, if you need dmd for some reason.

-

I've adopted most of the D packages hosted at the AUR these days too, so if you don't want to use this repository for various reasons, you can always use the AUR (with or without a tool such as yaourt). Have fun!

- -

Setting up your Arch Linux system to use Happy Mars

-

i686

-

Add the following to your /etc/pacman.conf:

-
[happymars]
-Server = http://happymars.andersman.org/i686
-

x86_64

-

Add the following to your /etc/pacman.conf:

-
[happymars]
-Server = http://happymars.andersman.org/x86_64
- -

Mercurial repository

-

All PKGBUILD's are hosted in my private Mercurial repository. To download the whole repository:

-
$ hg clone http://hg.andersman.org/happymars
-

You can also browse the web interface, just click the link above.

- -

Contributing

-

If you want to contribute directly, just contact me (see below).

-

If you have a D-related package in the AUR and you want me to host binary packages I'll be happy to do so!

- -

Contact

-

You can find me at irc.freenode.net in #happymars.

+

I'm setting this up again.

diff -r f29a43ca4760 -r c9bd17599375 htdocs/style.css --- a/htdocs/style.css Sun Dec 16 21:04:10 2007 -0800 +++ b/htdocs/style.css Mon Dec 17 05:37:21 2007 +0000 @@ -1,23 +1,3 @@ body { font-family: Arial, Helvetica, sans-serif; } - -.term,.file { - background: #EFEFEF; - color: gray; - padding: 5px; - border: 1px solid #808080; -} - -.term,.file a { - color: gray; -} - -.term,.file a:hover { - color: black; -} - -.pkg,.path { - font-family: monospace; - background: #EFEFEF; -} diff -r f29a43ca4760 -r c9bd17599375 sources/dmdirc-nightly/PKGBUILD --- a/sources/dmdirc-nightly/PKGBUILD Sun Dec 16 21:04:10 2007 -0800 +++ b/sources/dmdirc-nightly/PKGBUILD Mon Dec 17 05:37:21 2007 +0000 @@ -1,12 +1,12 @@ # Contributor: Anders Bergh pkgname=dmdirc-nightly pkgver=20071217 -pkgrel=1 +pkgrel=2 pkgdesc="DMDirc is a cross-platform IRC client written in Java." arch=(i686 x86_64) url="http://www.dmdirc.com/en/" license=('MIT') -depends=(java-runtime) +depends=(java-runtime unzip) source=(http://www.dmdirc.com/nightly/DMDirc_latest.jar DMDirc.desktop DMDirc.svg diff -r f29a43ca4760 -r c9bd17599375 sources/dmdirc/PKGBUILD --- a/sources/dmdirc/PKGBUILD Sun Dec 16 21:04:10 2007 -0800 +++ b/sources/dmdirc/PKGBUILD Mon Dec 17 05:37:21 2007 +0000 @@ -1,12 +1,12 @@ # Contributor: Anders Bergh pkgname=dmdirc pkgver=0.5.1 -pkgrel=2 +pkgrel=3 pkgdesc="DMDirc is a cross-platform IRC client written in Java." arch=(i686 x86_64) url="http://www.dmdirc.com/en/" license=('MIT') -depends=(java-runtime) +depends=(java-runtime unzip) source=(http://dmdirc.googlecode.com/files/DMDirc-$pkgver.jar DMDirc.desktop DMDirc.svg diff -r f29a43ca4760 -r c9bd17599375 utils/syncrepo.sh --- a/utils/syncrepo.sh Sun Dec 16 21:04:10 2007 -0800 +++ b/utils/syncrepo.sh Mon Dec 17 05:37:21 2007 +0000 @@ -10,6 +10,8 @@ HTDOCS=/srv/hg/happymars/htdocs #------------------------------------------------------------------------------- +echo "Uploading updated packages to remote server..." + rm ../htdocs/i686/*.old rm ../htdocs/x86_64/*.old