You are not logged in.

#1 2006-10-23 22:12:11

hotsauce
Member
From: Ann Arbor
Registered: 2005-12-28
Posts: 125

REQ: wxremind

I would love to have this in AUR but I don't have the skills.

Thanks a lot for your time and efforts!

Vince

http://www.duke.edu/~dgraham/wxRemind/

Offline

#2 2007-07-06 12:44:35

RoobZ
Member
Registered: 2006-07-26
Posts: 13

Re: REQ: wxremind

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

#3 2007-07-07 03:58:39

badger
Member
From: Melb
Registered: 2004-07-21
Posts: 76

Re: REQ: wxremind

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

#4 2007-07-07 05:35:13

kano
Member
From: Michigan
Registered: 2007-05-04
Posts: 185
Website

Re: REQ: wxremind

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

#5 2007-07-09 19:59:38

RoobZ
Member
Registered: 2006-07-26
Posts: 13

Re: REQ: wxremind

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

#6 2007-07-11 02:37:22

badger
Member
From: Melb
Registered: 2004-07-21
Posts: 76

Re: REQ: wxremind

RoobZ wrote:

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

#7 2008-11-19 18:44:22

niller
Member
From: Denmark
Registered: 2008-02-12
Posts: 91

Re: REQ: wxremind

Is this pkgbuild still practicable ??


/Niels
Registered Linux user #133791
Get counted at http://counter.li.org

Offline

#8 2008-11-19 20:42:25

Daenyth
Forum Fellow
From: Boston, MA
Registered: 2008-02-24
Posts: 1,244

Re: REQ: wxremind

kano wrote:

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..."

Offline

#9 2008-11-19 21:53:00

fflarex
Member
Registered: 2007-09-15
Posts: 466

Re: REQ: wxremind

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

#10 2008-11-20 15:10:58

qstreb
Member
Registered: 2008-11-15
Posts: 20

Re: REQ: wxremind

I would love this to get into extras, i prefer it over the tk ...

Offline

#11 2008-11-22 06:35:28

fflarex
Member
Registered: 2007-09-15
Posts: 466

Re: REQ: wxremind

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

#12 2009-03-23 18:18:42

abesto
Member
From: Hungary
Registered: 2009-03-05
Posts: 49
Website

Re: REQ: wxremind

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

Board footer

Powered by FluxBB