Package now deprecated. Use gnome-tweak-tool with GNOME 3 instead of this. Package disowned.
Search Criteria
Package Details: mintdesktop 3.2.2-2
Package Actions
| Package Base: | mintdesktop |
|---|---|
| Description: | Linux Mint's GNOME Desktop Configuration Tool |
| Upstream URL: | http://packages.linuxmint.com/pool/main/m/mintdesktop |
| Category: | gnome |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2010-04-27 15:03 |
| Last Updated: | 2010-10-21 20:01 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Anonymous comment
Anonymous comment
I updated the patch file to patch it to use python2 instead of python. It should work now.
Anonymous comment
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
# 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
Replaced the pacman query with a static version number.
Anonymous comment
Fixed the "About" window issue; it now does a pacman query instead of an apt query.
Anonymous comment
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!