Search Criteria
Package Details: rainlendar-pro 2.21.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rainlendar-pro.git (read-only, click to copy) |
---|---|
Package Base: | rainlendar-pro |
Description: | A desktop Calendar, ToDo list and Event list |
Upstream URL: | http://www.rainlendar.net/ |
Licenses: | custom |
Conflicts: | rainlendar-lite |
Provides: | rainlendar2 |
Submitter: | aspirogrammer |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 9 |
Popularity: | 0.000196 |
First Submitted: | 2015-09-11 17:39 (UTC) |
Last Updated: | 2024-09-18 22:02 (UTC) |
Dependencies (4)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libcanberra
- libsm
- gendesk (make)
Latest Comments
1 2 3 Next › Last »
ak2021 commented on 2023-05-27 12:53 (UTC)
Is it supposed to install in
/usr/bin/
directory? The only way I can run it is in terminal. If I click on applications, rainlendar is not there.sebastian-65 commented on 2021-04-13 17:51 (UTC)
Thank you @fenrihr, you've made my day so better! It works like a charm again.
Fenrihr commented on 2021-04-08 17:19 (UTC) (edited on 2021-04-08 17:20 (UTC) by Fenrihr)
Hello, I have prepared a PKGBUILD for version 2.16.1:
https://github.com/Fenrihr/rainlendar-pro-aur
Maintainer, please add an external repository to accept "pull requests" because AUR only allows Maintainer and Co-Maintainers to contribute.
Erim commented on 2021-02-05 12:11 (UTC) (edited on 2021-02-05 12:12 (UTC) by Erim)
@lockheed did you try the instructions of https://wiki.archlinux.org/index.php/AUR_submission_guidelines#Publishing_new_package_content?
It says you only have to:
$ makepkg --printsrcinfo > .SRCINFO
$ git add PKGBUILD .SRCINFO
$ git commit -m "useful commit message"
$ git push
lockheed commented on 2021-02-04 18:11 (UTC) (edited on 2021-02-04 18:13 (UTC) by lockheed)
Hi Guys
I prepared updated PKGBUILD with Rainlendar Pro 12.5.4, and then wasted 2 hours trying to learn how to submit "git updates" (or whatever it is called) to AUR. I was unsuccessful and will not waste more time on that. Life is too short.
Here's the PKGBUILD https://pastebin.pl/view/7d0bd382 Replace it manually.
aspirogrammer commented on 2021-02-04 15:05 (UTC)
Great to hear that. Thanks, done.
lockheed commented on 2020-10-13 08:00 (UTC)
@joolsrulez, feel free to remove my email address from your comment.
joolsrulez commented on 2020-10-13 07:50 (UTC)
Maintainer: kaptoxic
Contributor: Lockheed qwrules@gmail.com
pkgname=rainlendar-pro pkgver=2.15.3 pkgrel=2 pkgdesc="A desktop Calendar, ToDo list and Event list" arch=('i686' 'x86_64') url="http://www.rainlendar.net/" license=('custom') depends=('cairo' 'libsm' 'expat>=1.95.8' 'libstdc++5' 'libpng12' 'openssl' 'librtmp0' # requirements on the old enchant library 'enchant1.6' 'webkitgtk2' # libidn won't cut it 'libidn11' ) provides=('rainlendar2') conflicts=('rainlendar-beta' 'rainlendar-beta-unstable' 'rainlendar-lite')
if [ "${CARCH}" == 'x86_64' ]; then source=(http://www.rainlendar.net/download/Rainlendar-Pro-$pkgver-amd64.tar.bz2) md5sums=('37b120034b3cbf6cc24ed06e82fef1e0') else source=(http://www.rainlendar.net/download/Rainlendar-Pro-$pkgver-i386.tar.bz2) fi
package() { cd ${srcdir}
install -d ${pkgdir}/opt ${pkgdir}/usr/bin \ ${pkgdir}/usr/share/licenses/$pkgname ${pkgdir}/usr/lib
cp -R ${srcdir}/rainlendar2 ${pkgdir}/opt ln -s /opt/rainlendar2/rainlendar2 ${pkgdir}/usr/bin/rainlendar ln -s /opt/rainlendar2/License.txt ${pkgdir}/usr/share/licenses/$pkgname/LICENSE }
Fenrihr commented on 2020-03-25 17:42 (UTC)
Latest version is 2.15.3: http://www.rainlendar.net/download/Rainlendar-Pro-2.15.3-amd64.tar.bz2
Please update!!
1 2 3 Next › Last »