diff --git a/programming/library/guidelines-support-library/actions.py b/programming/library/guidelines-support-library/actions.py index e5b1b0abbb..4ff36d509a 100644 --- a/programming/library/guidelines-support-library/actions.py +++ b/programming/library/guidelines-support-library/actions.py @@ -4,28 +4,27 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import cmaketools, shelltools -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import shelltools def setup(): parameters = ' '.join([ - '-B build', - '-DGSL_TEST=OFF', - '-DCMAKE_EXE_LINKER_FLAGS="%s"' % get.LDFLAGS(), - '-DCMAKE_BUILD_TYPE=Release' - ]) + '-B build', + '-DGSL_TEST=OFF', + '-DCMAKE_BUILD_TYPE=Release' + '-DCMAKE_EXE_LINKER_FLAGS="%s"' % get.LDFLAGS(), + ]) cmaketools.configure(parameters) - def build(): - shelltools.cd('build') + shelltools.cd("build") cmaketools.make() - def install(): - shelltools.cd('build') + shelltools.cd("build") cmaketools.install() - pisitools.dodoc('../LICENSE') + pisitools.dodoc("../LICENSE", "../README*") \ No newline at end of file diff --git a/programming/library/guidelines-support-library/pspec.xml b/programming/library/guidelines-support-library/pspec.xml index 8e404058d7..35b5c24b99 100644 --- a/programming/library/guidelines-support-library/pspec.xml +++ b/programming/library/guidelines-support-library/pspec.xml @@ -1,5 +1,5 @@ - + guidelines-support-library @@ -8,11 +8,12 @@ Safa Arıman safaariman@pisilinux.org + programming.library MIT library Microsoft Guidelines Support Library The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This package contains Microsoft's implementation of GSL. - https://github.com/microsoft/GSL/archive/v2.1.0.tar.gz + https://github.com/microsoft/GSL/archive/v3.1.0.tar.gz cmake @@ -20,13 +21,22 @@ guidelines-support-library-devel + Development files of Microsoft Guidelines Support Library - /usr/include /usr/share/doc + /usr/include + /usr/share/cmake + + 2020-09-23 + 3.1.0 + Major version bump. Translations fixed. + Blue Devil + bluedevil@sctzine.com + 2020-03-18 2.1.0 @@ -35,4 +45,4 @@ safaariman@pisilinux.org - + \ No newline at end of file diff --git a/programming/library/guidelines-support-library/translations.xml b/programming/library/guidelines-support-library/translations.xml index 147243ef4a..c3f4c5c41a 100644 --- a/programming/library/guidelines-support-library/translations.xml +++ b/programming/library/guidelines-support-library/translations.xml @@ -2,7 +2,13 @@ guidelines-support-library - Microsoft Guidelines Support Library - The Guideline Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation. This package contains Microsoft's implementation of GSL. + Microsoft Kılavuz Destek Kitaplığı + Kılavuz Destek Kitaplığı (GSL), Standart C++ Vakfı tarafından sürdürülen C++ Çekirdek Kılavuzu tarafından kullanılması için önerilen yordam ve yapıları içerir. - + + + guidelines-support-library-devel + guidelines-support-library için geliştirme dosyaları + guidelines-support-library-devel, guidelines-support-library için geliştirme dosyalarını içerir. + + \ No newline at end of file