🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
pkgname: mousepad
pkgver: '0.7.0'
pkgrel: '1'
pkgdesc: 'Mousepad is a simple GTK+ text editor for the Xfce desktop environment.'
url: 'http://www.xfce.org/projects/mousepad/'
arch: x86_64
license:
- GPL2
depends:
- 'gtk-update-icon-cache'
- 'desktop-file-utils'
- 'startup-notification'
- gtksourceview4
makedepends:
- 'dbus-glib'
- 'xorg-libxrandr'
- 'xorg-libxinerama'
- 'xorg-libsm'
- xfconf
- gspell
- libxfce4ui
source:
- 'https://archive.xfce.org/src/apps/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
meson setup .. \
--prefix=/usr \
--buildtype=release
ninja
DESTDIR=${PKGDIR} ninja install
install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true