Package Details: mintdesktop 3.2.2-2

Package Base: mintdesktop
Description: Linux Mint's GNOME Desktop Configuration Tool
Upstream URL: http://packages.linuxmint.com/pool/main/m/mintdesktop
Category: gnome
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2010-04-27 15:03
Last Updated: 2010-10-21 20:01

Latest Comments

Anonymous comment

2011-04-07 19:28

Package now deprecated. Use gnome-tweak-tool with GNOME 3 instead of this. Package disowned.

Anonymous comment

2010-10-21 20:01

I updated the patch file to patch it to use python2 instead of python. It should work now.

Anonymous comment

2010-07-28 00:39

Thanks for the additions; I had to change the md5sums as well, however. The package should work now. Sorry for the late update!

Anonymous comment

2010-07-17 13:50

# Maintainer: Ryan Peters <sloshy45 _AT_ sbcglobal _DOT_ net>
# Special thanks to the Linux Mint project; without them this tool would not exist.
pkgname=mintdesktop
pkgver=3.2.1
pkgrel=1
pkgdesc="Linux Mint's GNOME Desktop Configuration Tool"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/mintdesktop"
license=('GPL')
depends=('python' 'gnome-python-desktop' 'pygtk' 'mint-common')
optdepends=()
source=("${url}/${pkgname}_${pkgver}.tar.gz" "arch-patch.diff")
md5sums=('6e4798679e4bef4ddddc940fe965daa6'
'545ffd42ed2d31d7368b6db4cd4809ca')

build() {
cd "$srcdir/${pkgname}"
patch -Np0 -i $srcdir/arch-patch.diff
cp -R usr $pkgdir/
}
# vim:syntax=sh

Anonymous comment

2010-04-27 18:18

Replaced the pacman query with a static version number.

Anonymous comment

2010-04-27 17:07

Fixed the "About" window issue; it now does a pacman query instead of an apt query.

Anonymous comment

2010-04-27 15:10

There's one issue with this package: clicking on "About" shows a traceback because a file in mint-common calls for Apt; this will be fixed eventually. Clicking the Credits button on that window, however, shows who made it if you are concerned. This tool works perfectly otherwise!