From fe92443bfa40e17aa14c309df5b0f3fa9047698f Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 3 May 2022 01:24:25 -0400 Subject: [conky]: move to libre --- libre-testing/conky/PKGBUILD | 52 -------------------------------------------- libre/conky/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 libre-testing/conky/PKGBUILD create mode 100644 libre/conky/PKGBUILD diff --git a/libre-testing/conky/PKGBUILD b/libre-testing/conky/PKGBUILD deleted file mode 100644 index df5d9f282..000000000 --- a/libre-testing/conky/PKGBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# Maintainer: Freemor -# Maintainer (Arch): Gaetan Bisson -# Contributor: Giovanni Scafora -# Contributor: James Rayner -# Contributor: Partha Chowdhury - -# Rational: Remove nonfree libxnvcrtl depend - -pkgname=conky -pkgver=1.11.5 -pkgrel=3 -pkgrel+=.parabola1 -pkgdesc='Lightweight system monitor for X' -url='https://github.com/brndnmtthws/conky' -license=('BSD' 'GPL') -arch=('x86_64' 'i686' 'armv7h') -makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git') -depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' - 'imlib2' 'libxml2' 'libpulse') -source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz") -sha256sums=('4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13') -options=('!strip' 'debug') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake \ - -D CMAKE_BUILD_TYPE=Release \ - -D MAINTAINER_MODE=ON \ - -D BUILD_DOCS=ON \ - -D BUILD_WLAN=ON \ - -D BUILD_XDBE=ON \ - -D BUILD_XSHAPE=ON \ - -D BUILD_IMLIB2=ON \ - -D BUILD_CURL=ON \ - -D BUILD_RSS=ON \ - -D BUILD_WEATHER_METAR=ON \ - -D BUILD_PULSEAUDIO=ON \ - -D BUILD_JOURNAL=ON \ - -D CMAKE_INSTALL_PREFIX=/usr \ - . - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - install -Dm644 extras/vim/syntax/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim - install -Dm644 extras/vim/ftdetect/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim -} diff --git a/libre/conky/PKGBUILD b/libre/conky/PKGBUILD new file mode 100644 index 000000000..df5d9f282 --- /dev/null +++ b/libre/conky/PKGBUILD @@ -0,0 +1,52 @@ +# Maintainer: Freemor +# Maintainer (Arch): Gaetan Bisson +# Contributor: Giovanni Scafora +# Contributor: James Rayner +# Contributor: Partha Chowdhury + +# Rational: Remove nonfree libxnvcrtl depend + +pkgname=conky +pkgver=1.11.5 +pkgrel=3 +pkgrel+=.parabola1 +pkgdesc='Lightweight system monitor for X' +url='https://github.com/brndnmtthws/conky' +license=('BSD' 'GPL') +arch=('x86_64' 'i686' 'armv7h') +makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git') +depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' + 'imlib2' 'libxml2' 'libpulse') +source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz") +sha256sums=('4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13') +options=('!strip' 'debug') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + cmake \ + -D CMAKE_BUILD_TYPE=Release \ + -D MAINTAINER_MODE=ON \ + -D BUILD_DOCS=ON \ + -D BUILD_WLAN=ON \ + -D BUILD_XDBE=ON \ + -D BUILD_XSHAPE=ON \ + -D BUILD_IMLIB2=ON \ + -D BUILD_CURL=ON \ + -D BUILD_RSS=ON \ + -D BUILD_WEATHER_METAR=ON \ + -D BUILD_PULSEAUDIO=ON \ + -D BUILD_JOURNAL=ON \ + -D CMAKE_INSTALL_PREFIX=/usr \ + . + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 extras/vim/syntax/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/syntax/conkyrc.vim + install -Dm644 extras/vim/ftdetect/conkyrc.vim "${pkgdir}"/usr/share/vim/vimfiles/ftdetect/conkyrc.vim +} -- cgit v1.2.3