Magellan Linux

Contents of /branches/magellan-next/extras/mousepad/mousepad-0.2.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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