Magellan Linux

Contents of /trunk/core/xdg-utils/xdg-utils-1.0.2_20100930-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7199 - (show annotations) (download)
Thu Sep 30 18:49:54 2010 UTC (13 years, 8 months ago) by niro
File size: 657 byte(s)
auto added: ver bump to 1.0.2_20100930-r1
1 # $Id$
2
3 PNAME="xdg-utils"
4 PVER="1.0.2_20100930"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasksA tool for automating interactive applications."
11 HOMEPAGE="http://portland.freedesktop.org/"
12
13 DEPEND=">= x11-apps/xprop-1
14 >= x11-apps/xset-1
15 >= x11-misc/shared-mime-info-0.71
16 >= dev-util/desktop-file-utils-0.15"
17
18 SRCFILE="${PNAME}-${PVER}.tgz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 http://portland.freedesktop.org/download/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd_xorg ${PNAME}"