Skip to content

Commit e50baf9

Browse files
committed
papki -> fsif
1 parent c8e9cb0 commit e50baf9

File tree

19 files changed

+34
-34
lines changed

19 files changed

+34
-34
lines changed

build/android/cssom-$(version).pom.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</dependency>
1717
<dependency>
1818
<groupId>io.github.cppfw</groupId>
19-
<artifactId>papki</artifactId>
19+
<artifactId>fsif</artifactId>
2020
<version>[1.0.93,)</version>
2121
<type>aar</type>
2222
<scope>compile</scope>

build/android/cssom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050
}
5151
dependencies {
5252
implementation 'io.github.cppfw:utki:+'
53-
implementation 'io.github.cppfw:papki:+'
53+
implementation 'io.github.cppfw:fsif:+'
5454
}
5555

5656
// copy and rename release AAR to unified name

build/archlinux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url="http://github.com/cppfw/${pkgname}"
1010
license=('MIT')
1111
groups=()
1212

13-
depends=("utki" "papki")
13+
depends=("utki" "fsif")
1414

1515
makedepends=(
1616
'myci'

build/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ myci_declare_library(${name}
2323
../../src/${name}
2424
DEPENDENCIES
2525
utki
26-
papki
26+
fsif
2727
)

build/conan/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class CssomConan(ConanFile):
1818
generators = "AutotoolsDeps" # this will set CXXFLAGS etc. env vars
1919

2020
def requirements(self):
21-
self.requires("papki/[>=0.0.0]@cppfw/main", transitive_headers=True, transitive_libs=True)
21+
self.requires("fsif/[>=0.0.0]@cppfw/main", transitive_headers=True, transitive_libs=True)
2222

2323
def build_requirements(self):
2424
self.tool_requires("prorab/[>=2.0.27]@cppfw/main")

build/debian/control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Build-Depends:
1111
clang-format,
1212
libc6-dev,
1313
libutki-dev (>= 1.1.122),
14-
libpapki-dev (>= 1.0.93),
14+
libfsif-dev (>= 1.0.93),
1515
libclargs-dev (>= 0.2.19),
1616
libtst-dev (>= 0.3.2)
1717
Build-Depends-Indep: doxygen
@@ -43,7 +43,7 @@ Depends:
4343
libcssom-dbg$(soname) (= ${binary:Version}),
4444
${misc:Depends},
4545
libutki-dev,
46-
libpapki-dev
46+
libfsif-dev
4747
Suggests: libcssom-doc
4848
Description: CSS document object model library.
4949
CSS document object model cross-platform C++ library.

build/homebrew/libcssom.rb.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Libcssom < Formula
1010
depends_on "pkg-config" => :build
1111
depends_on "libtst" => :build
1212
depends_on "libclargs" => :build
13-
depends_on "libpapki"
13+
depends_on "libfsif"
1414
depends_on "libutki"
1515

1616
# use gmake here because otherwise homebrew uses default Mac's make which is of too old version 3.81

build/msys2/PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ url="http://github.com/cppfw/${packageName}"
2929
license=('MIT')
3030
groups=()
3131

32-
depends=("${pkgPrefix}utki" "${pkgPrefix}papki")
32+
depends=("${pkgPrefix}utki" "${pkgPrefix}fsif")
3333

3434
makedepends=(
3535
'myci'

build/vcpkg/test/vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"packages": [
1414
"myci",
1515
"utki",
16-
"papki"
16+
"fsif"
1717
]
1818
}
1919
],

build/vcpkg/vcpkg.json.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"host" : false
1919
},
2020
"utki",
21-
"papki"
21+
"fsif"
2222
]
2323
}

0 commit comments

Comments
 (0)