Update available apps

Suggest software to be packaged as AppImage

Update available apps

Postby andy » Sun Aug 29, 2010 3:13 pm

I know, you just made this applications available and I'm sorry to bother you again but an Update to the newest builds would be highly appreciated.

RedNotebook from 0.9.2 to 1.1.0
Download (source & .deb): http://robin.powdarrmonkey.net/ubuntu/karmic/

GoldenDict from 0.90 to the newest build from the GIT
Download (source): http://gitorious.org/goldendict

FBReader from 0.10.7 to 0.12.10
Download: http://www.fbreader.org/desktop/

DOSBox from 0.73 to 0.74
Download: http://www.dosbox.com/download.php?main=1

And last but not least my favorite Beta (It just makes testing the new features so easy) :D

Firefox 4.0b4pre/4.0b1 to 4.0b4
andy
 
Posts: 10
Joined: Wed Aug 25, 2010 10:09 am

Re: Update available apps

Postby probono » Sun Aug 29, 2010 5:56 pm

andy wrote:RedNotebook from 0.9.2 to 1.1.0
Download (source & .deb): http://robin.powdarrmonkey.net/ubuntu/karmic/

Luckily, updating existing AppImages is quite straightforward. So I'll walk you though the process. In case you're interested in maintaining these packages, feel free to update them and upload them to the Labs area.

Code: Select all
# Get the old AppImage
wget -c "http://portablelinuxapps.org/RedNotebook%200.9.2/download"

# Extract the old AppImage to an AppDir
# (ArchiveMounter will be able to do this in the next version of Ubuntu)
sudo mount RedNotebook\ 0.9.2 /mnt -o loop
sudo cp -r /mnt RedNotebook.AppDir
sudo umount /mnt
sudo chown -R $USER RedNotebook.AppDir/
sudo chmod a+w RedNotebook.AppDir/

# Get the new deb
cd RedNotebook.AppDir/
wget -c "http://robin.powdarrmonkey.net/ubuntu/karmic/rednotebook_1.1.0-1ubuntu1~karmic1_all.deb"

# Extract the new deb into the AppDir
dpkg -x rednotebook_1.1.0-1ubuntu1~karmic1_all.deb .
rm rednotebook_1.1.0-1ubuntu1~karmic1_all.deb

# Check whether the updated AppDir still works
./AppRun

# Run the AppDir through AppImageAssistant to create a new AppImage
AppImageAssistant\ 0.8

#
# Be sure to test the resulting AppImage on all supported distribution
# otherwise it will be rejected for inclusion on the site
#

# Update AppImage name to reflect the version number
mv ../RedNotebook ../RedNotebook\ 1.1.0

That was easy, right? :-)
If you like PortableLinuxApps and the AppImage format, you might consider a donation --> Image
probono
Site Admin
 
Posts: 429
Joined: Sun Apr 25, 2010 9:41 am

Re: Update available apps

Postby probono » Sun Aug 29, 2010 6:18 pm

andy wrote:GoldenDict from 0.90 to the newest build from the GIT
Download (source): http://gitorious.org/goldendict

Sorry, I'm not going to compile a QT app from source. But should be just as straigtforward (if you are into compiling from source, that is):

Code: Select all
# Get the old AppImage
wget -c "http://portablelinuxapps.org/GoldenDict%200.9.0/download"

# Extract the old AppImage to an AppDir
# (ArchiveMounter will be able to do this in the next version of Ubuntu)
sudo mount GoldenDict\ 0.9.0 /mnt -o loop
sudo cp -r /mnt GoldenDict.AppDir
sudo umount /mnt
sudo chown -R $USER GoldenDict.AppDir/
sudo chmod a+w GoldenDict.AppDir/

# Compile GoldenDict from GIT following the instructions on
# http://goldendict.org/download.php#building
# and replace goldendict-bin in the AppDir
# with the version just compiled

# Check whether the updated AppDir still works
./AppRun

# Run the AppDir through AppImageAssistant to create a new AppImage
AppImageAssistant\ 0.8

#
# Be sure to test the resulting AppImage on all supported distribution
# otherwise it will be rejected for inclusion on the site
#

# Update AppImage name to reflect the version number

If you decide to actually do this, be sure to leave a link to your work in the Labs section.
If you like PortableLinuxApps and the AppImage format, you might consider a donation --> Image
probono
Site Admin
 
Posts: 429
Joined: Sun Apr 25, 2010 9:41 am

Re: Update available apps

Postby chulai » Mon Jun 18, 2012 1:35 am

probono wrote:
andy wrote:GoldenDict from 0.90 to the newest build from the GIT
Download (source): http://gitorious.org/goldendict

Sorry, I'm not going to compile a QT app from source. But should be just as straigtforward (if you are into compiling from source, that is).

If you decide to actually do this, be sure to leave a link to your work in the Labs section.


I compiled and created new AppImages for GoldenDict. I added them in the Labs: viewtopic.php?f=10&t=311

Regards,
Chulai
chulai
 
Posts: 6
Joined: Mon Jun 04, 2012 1:43 am

Re: Update available apps

Postby probono » Tue Jul 03, 2012 10:35 am

Great, thanks!
If you like PortableLinuxApps and the AppImage format, you might consider a donation --> Image
probono
Site Admin
 
Posts: 429
Joined: Sun Apr 25, 2010 9:41 am


Return to Package requests

Who is online

Users browsing this forum: No registered users and 0 guests

cron