🔒 Repository is read-only – file editing is disabled.

recipes/gui/goffice/PAGBUILD.yaml main

39 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: goffice
pkgver: '0.10.61'
pkgrel: '1'
pkgdesc: 'The GOffice package contains a library of GLib/GTK document centric objects and utilities.'
url: 'http://freecode.com/projects/goffice'
arch: x86_64
license:
- 'GPL2 GPL3'

depends: []
makedepends:
- libgsf
- libglade
- pango
- pcre2
- gtk3
- librsvg

source:
- 'https://download.gnome.org/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  rm -f ${PKGDIR}/usr/lib/libgoffice-0.10.la
  for FILE in `find ${PKGDIR}/usr/lib/goffice/${pkgver}/plugins -name "*.la"`
  do
   rm $FILE
  done

   install -Dm644 ./${pkgname}-${pkgver}/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
   install -Dm644 ./${pkgname}-${pkgver}/COPYING-gpl2 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING-gpl2
   install -Dm644 ./${pkgname}-${pkgver}/COPYING-gpl3 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING-gpl3