Magellan Linux

Contents of /trunk/extras/mousepad/mousepad-0.2.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5765 - (show annotations) (download)
Mon Aug 9 14:11:31 2010 UTC (13 years, 9 months ago) by niro
File size: 790 byte(s)
auto added: ver bump to 0.2.16-r1
1 # $Id$
2
3 PNAME="mousepad"
4 PVER="0.2.16"
5 PBUILD="r1"
6
7 PCATEGORIE="app-editors"
8 STATE="unstable"
9 DESCRIPTION="A simple texteditor for the XFCE Desktop Environment."
10
11 DEPEND=">= dev-libs/glib2-2.22
12 >= x11-libs/gtk2+-2.18
13 >= xfce-base/libxfcegui4-4.6"
14
15 sminclude xfce
16
17 SRC_URI=(
18 http://mocha.xfce.org/archive/src/apps/${PNAME}/${PVER%.*}/${SRCFILE}
19 mirror://${PNAME}/${SRCFILE}
20 mirror://${PNAME}/${PNAME}-${PVER}-fix-first-replace.patch
21 mirror://${PNAME}/${PNAME}-${PVER}-resensitize-find-button.patch
22 )
23
24 UP2DATE="updatecmd_xfce ${PNAME}"
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # both patches fixes mousepad's broken find and replace functionality
32 mpatch ${PNAME}-${PVER}-fix-first-replace.patch || die
33 mpatch ${PNAME}-${PVER}-resensitize-find-button.patch || die
34 }