You are not logged in.
Pages: 1
I would love to have this in AUR but I don't have the skills.
Thanks a lot for your time and efforts!
Vince
Offline
My vote for this too.
I discovered the amazing,clean and powerful Remind these days, but I want a beautiful GUI to use it.
Can someone put wxRemind in AUR. Please, please. I don't know how to do it.
Of course, thanks to Maintainer codemac, who up Remind to AUR and allowed me to meet this great app. Great, man!
Offline
Here's a very quick and dirty PKGBUILD for wxRemind to get you started- honestly to be put on the AUR it needs some work- but it worked for me when I tried wxRemind out last week (didn't end up keeping it around). I think I got most of the depends (iirc python-dateutil and pyyaml are for the yeagtd functionality). Pyyaml requires it's own PKGBUILD- which I include below- but it is just as quick and hackish as the wxRemind one. No promises your hamster won't laugh at the PKGBUILDs.
Edit: just noticed 0.9.11 was released a few days ago. And don't forget you have to set up your own .wxremindrc and .yeagtdrc files (or whatever they are called).
cheers
pkgname=wxremind
pkgver=0.9.11
pkgrel=1
pkgdesc=""
arch=('i686')
url=""
license=('GPL')
depends=(remind docutils python-dateutil pyyaml)
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.duke.edu/~dgraham/wxRemind/$pkgname-$pkgver.tgz)
noextract=()
##md5sums=(generate with makepkg -g)build() {
cd $startdir/src
install -D wxremalert $startdir/pkg/usr/bin/wxremalert
install -D wxremdata $startdir/pkg/usr/bin/wxremdata
install -D wxremind $startdir/pkg/usr/bin/wxremind
install -D yeagtd.py $startdir/pkg/usr/bin/yeagtd.py
}
pkgname=pyyaml
pkgver=3.05
pkgrel=1
pkgdesc=""
arch=('i686')
url=""
license=('MIT')
depends=()
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
install=
source=(http://pyyaml.org/download/pyyaml/PyYAML-$pkgver.tar.gz)
noextract=()
##md5sums=(generate with makepkg -g)build() {
cd $startdir/src/PyYAML-$pkgver
python setup.py install --root=$startdir/pkg
}
Last edited by badger (2007-07-07 04:01:57)
Offline
I cleaned up your PKGBUILDs a bit. Feel free to submit to the AUR.
pkgname=wxremind
pkgver=0.9.11
pkgrel=1
pkgdesc="wxRemind is a graphical front/back-end for Remind, a powerful calendar and alarm application, and for yeaGTD, a text based application for 'getting things done'."
arch=('i686' 'x86_64')
url="http://www.duke.edu/~dgraham/wxRemind/"
license=('GPL')
depends=(remind docutils python-dateutil pyyaml wxpython)
source=(http://www.duke.edu/~dgraham/wxRemind/wxRemind-${pkgver}.tgz)
md5sums=('84a78d57a0db34f6783fdf31c12bfa75')
build() {
cd $startdir/src
install -D wxremalert $startdir/pkg/usr/bin/wxremalert
install -D wxremdata $startdir/pkg/usr/bin/wxremdata
install -D wxremind $startdir/pkg/usr/bin/wxremind
install -D yeagtd.py $startdir/pkg/usr/bin/yeagtd.py
}pkgname=pyyaml
pkgver=3.05
pkgrel=1
pkgdesc="PyYAML is the next generation YAML parser and emitter for Python."
arch=('i686' 'x86_64')
url="http://www.pyyaml.org/"
license=('MIT')
depends=(python)
source=(http://pyyaml.org/download/pyyaml/PyYAML-$pkgver.tar.gz)
md5sums=('04ebb924a571cfb26d8143069068ce86')
build() {
cd $startdir/src/PyYAML-$pkgver
python setup.py install --root=$startdir/pkg
}\\ archlinux on a XPS M1530 //
Offline
Thank you very much guys. This worked fine. Now I finally can play around with wxRemind.
I will try to learn how to put works like this in the AUR. For now, I just can be so grateful.
Good (and fast) work.
Offline
I will try to learn how to put works like this in the AUR.
You should, if you end up using wxRemind. Me, I'm still looking for the "perfect" todo app, I waste too much time. Thanks to kano for the cleanup.
Offline
Is this pkgbuild still practicable ??
/Niels
Registered Linux user #133791
Get counted at http://counter.li.org
Offline
I cleaned up your PKGBUILDs a bit. Feel free to submit to the AUR.
pkgname=wxremind pkgdesc="wxRemind is a graphical front/back-end for Remind, a powerful calendar and alarm application, and for yeaGTD, a text based application for 'getting things done'." }pkgname=pyyaml pkgdesc="PyYAML is the next generation YAML parser and emitter for Python." }
Try to avoid using "$pkgname is a..." for pkgdesc. You can say just "A graphical..." "The next generation..."
[git] | [AURpkgs] | [arch-games]
Offline
PKGBUILD is not the same any more. I recently updated it for my own personal use, but didn't put it on AUR. Here it is:
pkgname=wxremind
pkgver=94
pkgrel=1
pkgdesc="wxRemind is a graphical front/back-end for Remind, a powerful calendar and alarm application, and for yeaGTD, a text based application for 'getting things done'."
arch=('i686' 'x86_64')
url="http://www.duke.edu/~dgraham/wxRemind/"
license=('GPL')
depends=(remind python-dateutil wxpython)
source=(http://www.duke.edu/~dgraham/wxRemind/wxRemind-${pkgver}.tgz)
md5sums=('2c7e84ebaa202199e4644f61b80234b0')
build() {
cd $startdir/src
install -D wxremalert $startdir/pkg/usr/bin/wxremalert
install -D wxremdata $startdir/pkg/usr/bin/wxremdata
install -D wxremhints $startdir/pkg/usr/bin/wxremhints
install -D wxremind $startdir/pkg/usr/bin/wxremind
}Offline
I would love this to get into extras, i prefer it over the tk ...
Offline
New version just got released. The only thing that needs to change is the version number (99) and the md5sum.
EDIT: version 100 released. Same procedure: just change md5sum and version number.
Last edited by fflarex (2008-11-24 03:16:40)
Offline
Sorry to revive the thread, but just for the record, and anyone (still) subscribing: updated for release 101 and added deps from the site. It seems that yeaGTD was moved completely into a separate project, so I removed that from the description.
No one seems to have done it, so I'll also submit to AUR.
pkgname=wxremind
pkgver=101
pkgrel=1
license=('GPL')
pkgdesc="A text and graphical front/back-end for Remind, a powerful calendar and alarm application"
arch=(i686 x86_64)
url="http://www.duke.edu/~dgraham/wxRemind/"
depends=('remind' 'python>=2.4.3' 'wxpython>=2.8.0.1' 'python-dateutil')
source=(http://www.duke.edu/~dgraham/wxRemind/wxRemind-$pkgver.tgz)
md5sums=('71b1ccb2a4ca62c2a104275ebbd23a2e')
build() {
cd $srcdir
install -D wxremalert $pkgdir/usr/bin/wxremalert
install -D wxremdata $pkgdir/usr/bin/wxremdata
install -D wxremhints $pkgdir/usr/bin/wxremhints
install -D wxremind $pkgdir/usr/bin/wxremind
}Last edited by abesto (2009-03-23 18:34:31)
Linux user #476135 || Dotfiles hosted by GitHub
Offline
Pages: 1