Hello All!

I'm really glad I found this great project!

I want to inform that I created an Arch Linux AUR package for it!

The package is named as pebl2-svn

https://aur.archlinux.org/packages/pebl2-svn/

It automatically pulls the code from the source, so this package is
always up-to-date.

I have some mental problems that gives me some limitation, I have
improved over the years and I plan to use this tool to help me monitor
the progress.

I can give more help if my mental heath keeps stable.

The AUR package I created is already working, for those that doesn't
know much of Arch Linux, the package code can be viewed here:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pebl2-svn

It's already working, but I had to create a little "patch" to make it
work, but I think it could be improved upstream:


in the Makefile, we find those lines:

sed -e '$(SEDLINE)' bin/PEBL2.desktop > PEBL2.desktop
cp PEBL2.desktop $(PREFIX)share/applications


If $(PREFIX)share/applications doesn't exist, PEBL2.desktop will me name
"applications", I would suggest to add the flowing line just before it:


mkdir -p $(PREFIX)share/applications


At least in Arch I could not refer to
$(PREFIX)share/pebl2/media/images/pebl2.png directly in PEBL2.desktop,
so I had to put it at $(PREFIX)share/icons/pebl2.png"

and set "Icon=pebl2" at PEBL2.desktop

Another thing is the content of that file,..

$ cat /usr/share/applications/PEBL2.desktop
[Desktop Entry]
Version=2.0
Name=Run PEBL 2
Comment=This is my comment

I would change to:

[Desktop Entry]
Version=2.1
Name=PEBL 2


Anyhow,

Thank you for the great work!

Arthur Helfstein Fragoso


_______________________________________________
Pebl-list mailing list
Pebl-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebl-list

Reply via email to